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

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 comments, added browsertest, fixed failures. Created 5 years, 6 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: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 785cb69ec5214be38a6114af7078ffbaff7fecb8..9caad2ef723eddcded95bd07e9df3119c370b2e0 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
This is Rietveld 408576698