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

Unified Diff: chrome/common/chrome_switches.cc

Issue 841493002: Removing HTTP Auth related command-line flags in favor of using prefs/policy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased the patch 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 efafdb17f41bca1cad4ab2b39c714f1059553ca0..0b7a7723240a0699a75356663d4caf58b1394ddc 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -198,12 +198,6 @@ const char kDisableAboutInSettings[] = "disable-about-in-settings";
// Disables the experimental asynchronous DNS client.
const char kDisableAsyncDns[] = "disable-async-dns";
-// Disables CNAME lookup of the host when generating the Kerberos SPN for a
-// Negotiate challenge. See HttpAuthHandlerNegotiate::CreateSPN for more
-// background.
-const char kDisableAuthNegotiateCnameLookup[] =
- "disable-auth-negotiate-cname-lookup";
-
// Disable several subsystems which run network requests in the background.
// This is for use when doing network performance testing to avoid noise in the
// measurements.
@@ -397,11 +391,6 @@ const char kEnableAppsFileAssociations[] = "enable-apps-file-associations";
// Enables the experimental asynchronous DNS client.
const char kEnableAsyncDns[] = "enable-async-dns";
-// Enables the inclusion of non-standard ports when generating the Kerberos SPN
-// in response to a Negotiate challenge. See
-// HttpAuthHandlerNegotiate::CreateSPN for more background.
-const char kEnableAuthNegotiatePort[] = "enable-auth-negotiate-port";
-
// Enables the benchmarking extensions.
const char kEnableBenchmarking[] = "enable-benchmarking";
@@ -684,9 +673,6 @@ const char kForceFirstRun[] = "force-first-run";
// prefixed with the character "t" will be treated as Trigger Variation Ids.
const char kForceVariationIds[] = "force-variation-ids";
-// Specifies a custom name for the GSSAPI library to load.
-const char kGSSAPILibraryName[] = "gssapi-library-name";
-
// These flags show the man page on Linux. They are equivalent to each
// other.
const char kHelp[] = "help";
« 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