Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 8c6dd3af7f7184ed3929cad95c594ecd0e274eab..b044a03991a6bdf92add822c734d8b81ce9eff21 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -213,12 +213,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. |