Chromium Code Reviews| Index: chrome/common/pref_names.cc |
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
| index 0547b3f8bcd43fa6d9cc5ca025557a51c018186e..dc7bb127d320594ea7693c6f6fe9954001a8cab4 100644 |
| --- a/chrome/common/pref_names.cc |
| +++ b/chrome/common/pref_names.cc |
| @@ -1708,6 +1708,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 |
|
Bernhard Bauer
2015/06/10 17:11:02
Nit: s/name of //
aberent
2015/06/15 15:52:19
Done.
|
| +// 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"; |