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"; |