Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| =================================================================== |
| --- chrome/common/chrome_switches.cc (revision 85450) |
| +++ chrome/common/chrome_switches.cc (working copy) |
| @@ -601,9 +601,13 @@ |
| // 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. |
| +// The maximum number of concurrent host resolve requests (i.e. DNS) to allow |
| +// (not counting potential duplicate attempts). |
|
eroman
2011/05/16 23:26:08
please elaborate this more, mention that the --hos
ramant (doing other things)
2011/05/17 18:46:25
Done.
|
| const char kHostResolverParallelism[] = "host-resolver-parallelism"; |
| +// The maximum number of retry attempts to resolve the host. |
| +const char kHostResolverRetryAttempts[] = "host-resolver-retry-attempts"; |
| + |
| // These mappings only apply to the host resolver. |
| const char kHostResolverRules[] = "host-resolver-rules"; |