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

Unified Diff: chrome/common/chrome_switches.cc

Issue 836843003: Removing the flags "auth-schemes", "auth-server-whitelist" and "auth-negotiate-delegate-whitelist" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: incorporated changes Created 5 years, 11 months 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | 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 8c6dd3af7f7184ed3929cad95c594ecd0e274eab..3bc337b9558575a60257002f2527d440d6de322b 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -100,21 +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
-// triage authentication-related issues reported by end-users.
-const char kAuthSchemes[] = "auth-schemes";
-
-// Whitelist of servers which NTLM and Negotiate can automatically authenticate
-// with using the default credentials of the currently logged in user.
-const char kAuthServerWhitelist[] = "auth-server-whitelist";
-
// A flag that is used to tell Chrome that it was launched automatically at
// computer startup and not by some user action.
const char kAutoLaunchAtStartup[] = "auto-launch-at-startup";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698