Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 8c6dd3af7f7184ed3929cad95c594ecd0e274eab..964de92d4ab32d1ae17ebf9f1af2974bf5581fe0 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -738,11 +738,6 @@ const char kHomePage[] = "homepage"; |
// proxy connection, and the endpoint host in a SOCKS proxy connection). |
const char kHostRules[] = "host-rules"; |
-// The maximum number of concurrent host resolve requests (i.e. DNS) to allow |
-// (not counting backup attempts which would also consume threads). |
-// --host-resolver-retry-attempts must be set to zero for this to be exact. |
-const char kHostResolverParallelism[] = "host-resolver-parallelism"; |
- |
// The maximum number of retry attempts to resolve the host. Set this to zero |
// to disable host resolver retry attempts. |
const char kHostResolverRetryAttempts[] = "host-resolver-retry-attempts"; |