Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5069)

Unified Diff: chrome/common/pref_names.cc

Issue 4560001: Support specifying the GSSAPI library that will be used. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: fix library handling on Windows; port to ToT Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index d809dfd75aa10007fc3e387c37f076bac21dc384..575b3118c1a41d7c1bc7876950861c1d4b732f4d 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.
danno 2010/11/10 16:52:01 Just: // Specifies the name of a custom GSSAPI li
Jakob Kummerow (corp) 2010/11/10 17:48:39 Discussed offline, no change necessary (firstly fo
+const char kGSSAPILibraryName[] = "auth.gssapi_library_name";
#if defined(OS_CHROMEOS)
// Dictionary for transient storage of settings that should go into signed

Powered by Google App Engine
This is Rietveld 408576698