Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index fb363094f0c6b94bb91a7daf506485970f15f408..28b7a95e2c52a01c128bb892173f3d3cc0c8d879 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -603,7 +603,12 @@ const char kEnabledLabsExperiments[] = "browser.enabled_labs_experiments"; |
const char kEnableAutoSpellCorrect[] = "browser.enable_autospellcorrect"; |
// Boolean pref to define the default setting for "block offensive words". |
-const char kSpeechInputCensorResults[] = |
+const char kSpeechInputFilterProfanities[] = |
+ "browser.speechinput_filter_profanities"; |
+ |
+// Previous key used to store the profanity filtering settings. |
+// Deprecated and kept for preference migration purposes. |
+const char kSpeechInputCensorResultsDeprecated[] = |
Satish
2011/10/07 20:09:26
as mentioned earlier suggest just renaming this va
Leandro GraciĆ” Gil
2011/10/07 23:22:09
Done.
|
"browser.speechinput_censor_results"; |
// Boolean controlling whether history saving is disabled. |