| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 94019631a20c2cd2b51fa15de73239ee6f59e121..8d1cc80c42f8e7c400e6982149b4e2882ec5fa50 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
|
|
|