diff options
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r-- | chrome/common/pref_names.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index d809dfd..575b311 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -1041,6 +1041,8 @@ const char kAuthServerWhitelist[] = "auth.server_whitelist"; // with. const char kAuthNegotiateDelegateWhitelist[] = "auth.negotiate_delegate_whitelist"; +// String that specifies the name of a custom GSSAPI library to load. +const char kGSSAPILibraryName[] = "auth.gssapi_library_name"; #if defined(OS_CHROMEOS) // Dictionary for transient storage of settings that should go into signed |