blob: de7b4d1bae3b21337d952d82ea696192f41ce91d [file] [log] [blame]
// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
module network.mojom;
// To be kept in sync with net/http/http_auth_preferences.h |DefaultCredentials|
enum DefaultCredentials {
DISALLOW_DEFAULT_CREDENTIALS = 0,
ALLOW_DEFAULT_CREDENTIALS = 1,
};