diff options
author | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-10 08:12:56 +0000 |
---|---|---|
committer | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-10 08:12:56 +0000 |
commit | 3d847160d5b3452b90104c16452d6cf358f28180 (patch) | |
tree | 294e249e2442d2b7b8bd4305730370f7cf1e2b52 /chrome/common/pref_names.cc | |
parent | 376bc263943f45fa6de1b200f01bacca184cf900 (diff) | |
download | chromium_src-3d847160d5b3452b90104c16452d6cf358f28180.zip chromium_src-3d847160d5b3452b90104c16452d6cf358f28180.tar.gz chromium_src-3d847160d5b3452b90104c16452d6cf358f28180.tar.bz2 |
Revert 109285 - Seems to have broken chrome_frame_net_tests on the win_rel trybot, stuffing up the CQ.
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
TBR=leandrogracia@chromium.org
Review URL: http://codereview.chromium.org/8508051
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109389 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r-- | chrome/common/pref_names.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index 1bc3ac2..0e4dfad1 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -628,11 +628,6 @@ 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"; |