| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 9ff167387c16d4193f475c44b81d63636461d6eb..89f6de18ab4f60bc968b22d0135d7e0f27a21c0d 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1677,6 +1677,11 @@ const char kAuthNegotiateDelegateWhitelist[] =
|
| // String that specifies the name of a custom GSSAPI library to load.
|
| const char kGSSAPILibraryName[] = "auth.gssapi_library_name";
|
|
|
| +// String that specifies the name of Android account type to use for Negotiate
|
| +// authentication.
|
| +const char kAuthAndroidNegotiateAccountType[] =
|
| + "auth.android_negotiate_account_type";
|
| +
|
| // Boolean that specifies whether to allow basic auth prompting on cross-
|
| // domain sub-content requests.
|
| const char kAllowCrossOriginAuthPrompt[] = "auth.allow_cross_origin_prompt";
|
|
|