Chromium Code Reviews| Index: chrome/common/pref_names.cc |
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
| index b008dcacd06d5978a198b1a6bbe900d69702303d..47ec703e36864900304ed12187d78fb99c065fbd 100644 |
| --- a/chrome/common/pref_names.cc |
| +++ b/chrome/common/pref_names.cc |
| @@ -628,6 +628,11 @@ const char kEnableAutoSpellCorrect[] = "browser.enable_autospellcorrect"; |
| const char kSpeechInputFilterProfanities[] = |
| "browser.speechinput_censor_results"; |
| +// Boolean pref to determine if the tray notification balloon that shows when |
|
Satish
2011/11/07 18:16:31
could simplify
'that shows when using the speech
Leandro GraciĆ” Gil
2011/11/07 19:34:42
Done.
|
| +// using the speech input extension API has been already shown once to the user. |
| +const char kSpeechInputTrayNotificationShown[] = |
| + "browser.speechinput_tray_notification_shown"; |
| + |
| // Boolean controlling whether history saving is disabled. |
| const char kSavingBrowserHistoryDisabled[] = "history.saving_disabled"; |