Chromium Code Reviews| Index: chrome/common/chrome_switches.h |
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h |
| index fd13e20846b5fefb2cac6ea1cd542a9c8ff38446..3b9715adfb46cd840426b56f2f1d9c68ac915244 100644 |
| --- a/chrome/common/chrome_switches.h |
| +++ b/chrome/common/chrome_switches.h |
| @@ -271,6 +271,9 @@ extern const char kSpeculativeResourcePrefetchingDisabled[]; |
| extern const char kSpeculativeResourcePrefetchingEnabled[]; |
| extern const char kSpeculativeResourcePrefetchingLearning[]; |
| #if defined(ENABLE_SPELLCHECK) |
| +#if defined(OS_ANDROID) |
| +extern const char kEnableAndroidSpellchecker[]; |
|
newt (away)
2015/07/07 21:13:59
nit: let's be consistent with surrounding code (an
dylanking
2015/07/07 22:06:00
Good point, done.
|
| +#endif |
| extern const char kEnableMultilingualSpellChecker[]; |
| extern const char kEnableSpellingAutoCorrect[]; |
| extern const char kEnableSpellingFeedbackFieldTrial[]; |