Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index d8daa7ecee6121dbadf7fc08e436b32d2651040d..0a8fd751612386bd29c937fa4fd58a62650f4ff3 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -100,11 +100,6 @@ const char kAppModeOAuth2Token[] = "app-mode-oauth-token"; |
// Enables overriding the path for the default authentication extension. |
const char kAuthExtensionPath[] = "auth-ext-path"; |
-// Whitelist of servers that Negotiate will generate delegated Kerberos tickets |
-// for. |
-const char kAuthNegotiateDelegateWhitelist[] = |
- "auth-negotiate-delegate-whitelist"; |
- |
// HTTP authentication schemes to enable. This is a comma-separated list of |
// authentication schemes (basic, digest, ntlm, and negotiate). By default all |
// schemes are enabled. The primary use of this command line flag is to help |