Chromium Code Reviews

Unified Diff: chrome/common/chrome_switches.cc

Issue 827483006: Removing auth related commandline flag auth-negotiate-delegate-whitelist (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolved build issue Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine