| Index: chrome/common/chrome_switches.cc
 | 
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
 | 
| index 2bc52f567db6f6ccce742f876845cc7aaf9e751c..95af4132874290445e707b0a39d06b6247bef68a 100644
 | 
| --- a/chrome/common/chrome_switches.cc
 | 
| +++ b/chrome/common/chrome_switches.cc
 | 
| @@ -990,6 +990,11 @@ const char kSpeculativeResourcePrefetchingLearning[] = "learning";
 | 
|  const char kSpeculativeResourcePrefetchingEnabled[] = "enabled";
 | 
|  
 | 
|  #if defined(ENABLE_SPELLCHECK)
 | 
| +#if defined(OS_ANDROID)
 | 
| +// Enables use of the Android spellchecker.
 | 
| +const char kEnableAndroidSpellChecker[] = "enable-android-spellchecker";
 | 
| +#endif
 | 
| +
 | 
|  // Enables the multilingual spellchecker.
 | 
|  const char kEnableMultilingualSpellChecker[] =
 | 
|      "enable-multilingual-spellchecker";
 | 
| 
 |