Index: chrome/common/chrome_switches.h |
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h |
index bc8533305d8746487b848f0b3aeb6ac920054aac..d65bcf81311870c242c42a1db5c1940b6a4c3786 100644 |
--- a/chrome/common/chrome_switches.h |
+++ b/chrome/common/chrome_switches.h |
@@ -305,6 +305,9 @@ extern const char kSpeculativeResourcePrefetchingEnabled[]; |
extern const char kSpeculativeResourcePrefetchingLearning[]; |
#if defined(ENABLE_SPELLCHECK) |
extern const char kEnableSpellingAutoCorrect[]; |
+extern const char kEnableSpellingFeedbackFieldTrial[]; |
+extern const char kSpellingServiceFeedbackUrl[]; |
+extern const char kSpellingServiceFeedbackIntervalSeconds[]; |
#endif |
extern const char kSSLVersionMax[]; |
extern const char kSSLVersionMin[]; |