| 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).
|
|
|
|
|