| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index d71827df7e2ad639fb0ebb2cf9a5e561ae4d390a..fbb5825b79e3b9cc481e03b443424f1805ac1b63 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1319,9 +1319,9 @@ const char kUninstall[] = "uninstall";
|
| // testing flag.
|
| const char kUseSpdy[] = "use-spdy";
|
|
|
| -// Enables use of the spelling web service. This will only work if asynchronous
|
| -// spell checking is not disabled.
|
| -const char kUseSpellingService[] = "use-spelling-service";
|
| +// Disables use of the spelling web service and only provides suggestions.
|
| +// This will only work if asynchronous spell checking is not disabled.
|
| +const char kUseSpellingSuggestions[] = "use-spelling-suggestions";
|
|
|
| // Sets the maximum SPDY sessions per domain.
|
| const char kMaxSpdySessionsPerDomain[] = "max-spdy-sessions-per-domain";
|
|
|