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

Unified Diff: components/spellcheck/browser/pref_names.h

Issue 2254533003: Rename spellcheck::pref::kEnableContinuousSpellcheck to ...::kEnableSpellcheck (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased 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: components/spellcheck/browser/pref_names.h
diff --git a/components/spellcheck/browser/pref_names.h b/components/spellcheck/browser/pref_names.h
index 7ebea99abb3ed5e45e2987c7ca5df1ac274cdf2a..be374e5dc8c453f3380258cd3f1c582ef6c0a1b8 100644
--- a/components/spellcheck/browser/pref_names.h
+++ b/components/spellcheck/browser/pref_names.h
@@ -8,7 +8,7 @@
namespace spellcheck {
namespace prefs {
-extern const char kEnableContinuousSpellcheck[];
+extern const char kEnableSpellcheck[];
extern const char kSpellCheckDictionaries[];
extern const char kSpellCheckDictionary[];
extern const char kSpellCheckUseSpellingService[];
« no previous file with comments | « chrome/browser/spellchecker/spelling_service_client_unittest.cc ('k') | components/spellcheck/browser/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698