| Index: components/spellcheck/browser/pref_names.cc
|
| diff --git a/components/spellcheck/browser/pref_names.cc b/components/spellcheck/browser/pref_names.cc
|
| index 50d614df0be614b9743328257a67fc9c6c371d79..7c544bfb9ee7c20aad2ceef5b4e20f98aeff4070 100644
|
| --- a/components/spellcheck/browser/pref_names.cc
|
| +++ b/components/spellcheck/browser/pref_names.cc
|
| @@ -8,7 +8,7 @@ namespace spellcheck {
|
| namespace prefs {
|
|
|
| // Boolean pref to define the default values for using spellchecker.
|
| -const char kEnableContinuousSpellcheck[] = "browser.enable_spellchecking";
|
| +const char kEnableSpellcheck[] = "browser.enable_spellchecking";
|
|
|
| // String which represents the dictionary name for our spell-checker.
|
| // This is an old preference that is being migrated to kSpellCheckDictionaries.
|
|
|