| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 2bfeed07277255e87e4c828605e21ec5ace51dfa..6901d29d53d926dec05af0ee695c18e7bcfc02f2 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -507,10 +507,6 @@ const char kForceVariationIds[] = "force-variation-ids";
|
| // http://google.com.
|
| const char kHomePage[] = "homepage";
|
|
|
| -// 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";
|
| -
|
| // Comma-separated list of rules that control how hostnames are mapped.
|
| //
|
| // For example:
|
|
|