Chromium Code Reviews

Unified Diff: chrome/common/pref_names.h

Issue 1156473007: Enables the user to select multiple languages for spellchecking (UI) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed previous comments. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 0b334cfdb5791d6d0b92e709fc5400002f70daa7..544511c7551d90ce2cdac4238885a7a69c1f8817 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -519,6 +519,7 @@ extern const char kHungPluginDetectFrequency[];
extern const char kPluginMessageResponseTimeout[];
extern const char kSpellCheckDictionary[];
+extern const char kSpellCheckDictionaries[];
extern const char kSpellCheckUseSpellingService[];
extern const char kExcludedSchemes[];

Powered by Google App Engine