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

Unified Diff: content/public/common/content_switches.h

Issue 2159283003: [WIP][DO NOT LAND] Componentize spellcheck Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « components/spellcheck/renderer/spelling_engine.h ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_switches.h
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
index 2f1eddef5002288798bb4cf447d0d3ef3de0def1..53f0fb31290bc6b45c51af52872db84bf7681a84 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -319,6 +319,19 @@ extern const char kIpcDumpDirectory[];
extern const char kIpcFuzzerTestcase[];
#endif
+
+#if defined(ENABLE_SPELLCHECK)
+#if defined(OS_ANDROID)
+CONTENT_EXPORT extern const char kEnableAndroidSpellChecker[];
+#endif // defined(OS_ANDROID)
+CONTENT_EXPORT extern const char kEnableSpellingFeedbackFieldTrial[];
+CONTENT_EXPORT extern const char kSpellingServiceFeedbackIntervalSeconds[];
+CONTENT_EXPORT extern const char kSpellingServiceFeedbackUrl[];
+#endif // defined(ENABLE_SPELLCHECK)
+
+
+
+
// DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
// alphabetical order, or in one of the ifdefs (also in order in each section).
« no previous file with comments | « components/spellcheck/renderer/spelling_engine.h ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698