Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index a0a3378c97bdee4b01c95c31f799f30316fd0fdd..cca9f734689170d32f84367ad29e68dc3920befd 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -520,6 +520,10 @@ const char kEnabledLabsExperiments[] = "browser.enabled_labs_experiments"; |
// Boolean pref to define the default values for using auto spell correct. |
const char kEnableAutoSpellCorrect[] = "browser.enable_autospellcorrect"; |
+// Boolean pref to define the default setting for "block offensive words". |
+const char kSpeechInputCensorResults[] = |
+ "browser.speechinput_censor_results"; |
+ |
// Boolean controlling whether history saving is disabled. |
const char kSavingBrowserHistoryDisabled[] = "history.saving_disabled"; |