| Index: components/spellcheck/common/spellcheck_switches.cc
|
| diff --git a/components/spellcheck/common/spellcheck_switches.cc b/components/spellcheck/common/spellcheck_switches.cc
|
| index 132761af32c795b239f5c692af9c0130b1c6a05a..0e794638a821e910947cd0dcd2267b9352807dae 100644
|
| --- a/components/spellcheck/common/spellcheck_switches.cc
|
| +++ b/components/spellcheck/common/spellcheck_switches.cc
|
| @@ -9,11 +9,6 @@ namespace spellcheck {
|
| namespace switches {
|
|
|
| #if defined(ENABLE_SPELLCHECK)
|
| -#if defined(OS_ANDROID)
|
| -// Enables use of the Android spellchecker.
|
| -const char kEnableAndroidSpellChecker[] = "enable-android-spellchecker";
|
| -#endif // defined(OS_ANDROID)
|
| -
|
| // Enables participation in the field trial for user feedback to spelling
|
| // service.
|
| const char kEnableSpellingFeedbackFieldTrial[] =
|
|
|