Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 46ec969c346899a2e80627cb8ab8c7dc3c1c65d4..716be311e8c8da1c4816972bc1a06ba978a13bf8 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1686,6 +1686,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 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"; |