summaryrefslogtreecommitdiffstats
path: root/chrome/common/pref_names.cc
diff options
context:
space:
mode:
authorleandrogracia@chromium.org <leandrogracia@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-09 19:35:10 +0000
committerleandrogracia@chromium.org <leandrogracia@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-09 19:35:10 +0000
commit25d55e8906d3322a899232604c02dbe232b1b3e1 (patch)
treef6b1cf686dfbcc67ca93b89ec1ca7a314fd2e62a /chrome/common/pref_names.cc
parent79b2024f08c49ff795e26cb0f7a0b786c697f176 (diff)
downloadchromium_src-25d55e8906d3322a899232604c02dbe232b1b3e1.zip
chromium_src-25d55e8906d3322a899232604c02dbe232b1b3e1.tar.gz
chromium_src-25d55e8906d3322a899232604c02dbe232b1b3e1.tar.bz2
Add a tray notification UI for speech input recording in the extension API.
BUG=97388 TEST=existing apitests + status icon unittests Review URL: http://codereview.chromium.org/8386074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109285 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r--chrome/common/pref_names.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 0e4dfad1..1bc3ac2 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 for 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";