| Index: chrome/common/chrome_switches.h
 | 
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
 | 
| index 143f841d9aad778f16c0b27accb79b29550cf11c..f957a188f640bd2d6a5c4d4dbf34c4d8c41158b7 100644
 | 
| --- a/chrome/common/chrome_switches.h
 | 
| +++ b/chrome/common/chrome_switches.h
 | 
| @@ -272,6 +272,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[];
 | 
| +#endif
 | 
|  extern const char kEnableMultilingualSpellChecker[];
 | 
|  extern const char kEnableSpellingAutoCorrect[];
 | 
|  extern const char kEnableSpellingFeedbackFieldTrial[];
 | 
| 
 |