| // 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, | |
| }; |