Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(660)

Unified Diff: components/spellcheck/common/spellcheck_switches.h

Issue 2284583002: [Android] Add AndroidSpellChecker feature to allow for gradual rollout using finch. (Closed)
Patch Set: fix compile Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/spellcheck/common/spellcheck_switches.h
diff --git a/components/spellcheck/common/spellcheck_switches.h b/components/spellcheck/common/spellcheck_switches.h
index 4e85faa4635156d30c8f4044bc91a37c553521b1..abe4d6e2f8ebbfc8136108151d00c4929a998c0b 100644
--- a/components/spellcheck/common/spellcheck_switches.h
+++ b/components/spellcheck/common/spellcheck_switches.h
@@ -11,9 +11,6 @@ namespace spellcheck {
namespace switches {
#if defined(ENABLE_SPELLCHECK)
-#if defined(OS_ANDROID)
-extern const char kEnableAndroidSpellChecker[];
-#endif // defined(OS_ANDROID)
extern const char kEnableSpellingFeedbackFieldTrial[];
extern const char kSpellingServiceFeedbackIntervalSeconds[];
extern const char kSpellingServiceFeedbackUrl[];
« no previous file with comments | « components/spellcheck/common/spellcheck_features.cc ('k') | components/spellcheck/common/spellcheck_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698