| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index accfd2d0d9ef3c37f3643fe1c3f17ddd5893d017..15ff16e7b41bd7d92c3569099bbce6d97027bf5e 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -691,7 +691,7 @@ const char kEnableAutoSpellCorrect[] = "browser.enable_autospellcorrect";
|
|
|
| // Boolean pref to define the default setting for "block offensive words".
|
| // The old key value is kept to avoid unnecessary migration code.
|
| -const char kSpeechInputFilterProfanities[] =
|
| +const char kSpeechRecognitionFilterProfanities[] =
|
| "browser.speechinput_censor_results";
|
|
|
| // Boolean pref to determine if the tray notification balloon for speech input
|
|
|