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

Unified Diff: chrome/common/pref_names.h

Issue 2244083002: Componentize spellcheck [4]: spellcheck/browser and android java-side. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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 fae76fce0c17aad0ff7445edb8fec5c79f3125a1..b15acc571f520dc0c575a6ee9611c74bca30c2f2 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -303,7 +303,6 @@ extern const char kQuickUnlockFeatureNotificationShown[];
#endif // defined(OS_CHROMEOS)
extern const char kShowHomeButton[];
extern const char kRecentlySelectedEncoding[];
-extern const char kEnableContinuousSpellcheck[];
extern const char kSpeechRecognitionFilterProfanities[];
extern const char kSavingBrowserHistoryDisabled[];
extern const char kAllowDeletingBrowserHistory[];
@@ -505,10 +504,6 @@ extern const char kDefaultTasksBySuffix[];
extern const char kSelectFileLastDirectory[];
-extern const char kSpellCheckDictionaries[];
-extern const char kSpellCheckDictionary[];
-extern const char kSpellCheckUseSpellingService[];
-
extern const char kExcludedSchemes[];
extern const char kOptionsWindowLastTabIndex[];

Powered by Google App Engine
This is Rietveld 408576698