| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index e9469ce6a666ec623dda6fcbcd9bd0fda5424781..dd2d1ced390871a77b41636998257a8b03b4dae4 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -408,9 +408,6 @@ const char kDnsLogDetails[] = "dns-log-details";
|
| // Disables prefetching of DNS information.
|
| const char kDnsPrefetchDisable[] = "dns-prefetch-disable";
|
|
|
| -// Use the specified DNS server for raw DNS resolution.
|
| -const char kDnsServer[] = "dns-server";
|
| -
|
| // Replaces the download shelf with a new experimental UI.
|
| const char kDownloadsNewUI[] = "downloads-new-ui";
|
|
|
| @@ -422,6 +419,9 @@ const char kDumpHistogramsOnExit[] = "dump-histograms-on-exit";
|
| // Enables AeroPeek for each tab. (This switch only works on Windows 7).
|
| const char kEnableAeroPeekTabs[] = "enable-aero-peek-tabs";
|
|
|
| +// Enables the experimental asynchronous DNS client.
|
| +const char kEnableAsyncDns[] = "enable-async-dns";
|
| +
|
| // Enables asynchronous spellchecking features for all time.
|
| // Enabling this feature also enables unified spellchecking.
|
| const char kEnableAsynchronousSpellChecking[] =
|
|
|