| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index c1421d493c2bd502aabd41183eb2b7c5178064b4..6eb9d963bb0c9492e66f47d571d56f9731753ad2 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -247,6 +247,9 @@ const char kDiagnostics[] = "diagnostics";
|
| // device, useful when using remote desktop or machines without sound cards.
|
| // This is temporary until we fix the underlying problem.
|
|
|
| +// Enables the experimental asynchronous DNS client.
|
| +const char kDisableAsyncDns[] = "disable-async-dns";
|
| +
|
| // Disables asynchronous spellchecking features for all time. Disabling this
|
| // feature also disables unified spellchecking.
|
| const char kDisableAsynchronousSpellChecking[] =
|
|
|