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

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

Issue 2177023002: Remove spellchecker feedback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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..83e4f3b260e8e47f26f40a44e9c03815314ac839 100644
--- a/components/spellcheck/common/spellcheck_switches.h
+++ b/components/spellcheck/common/spellcheck_switches.h
@@ -14,9 +14,6 @@ namespace switches {
#if defined(OS_ANDROID)
extern const char kEnableAndroidSpellChecker[];
#endif // defined(OS_ANDROID)
-extern const char kEnableSpellingFeedbackFieldTrial[];
-extern const char kSpellingServiceFeedbackIntervalSeconds[];
-extern const char kSpellingServiceFeedbackUrl[];
#endif // defined(ENABLE_SPELLCHECK)
} // namespace switches
« no previous file with comments | « components/spellcheck/common/spellcheck_result.h ('k') | components/spellcheck/common/spellcheck_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698