diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-16 21:10:32 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-16 21:10:32 +0000 |
commit | 39032befa48cb47661abfd9ebfa7077eb3647780 (patch) | |
tree | eb419d9a87a50d6ca48b06f1847612b0d371a4a0 /chrome/app | |
parent | 584703629a429f10bb78af55c335404547a02f46 (diff) | |
download | chromium_src-39032befa48cb47661abfd9ebfa7077eb3647780.zip chromium_src-39032befa48cb47661abfd9ebfa7077eb3647780.tar.gz chromium_src-39032befa48cb47661abfd9ebfa7077eb3647780.tar.bz2 |
Reland: Add mic icon in omnibox to trigger voice search.
This appears only when the underlying page uses the setVoiceSearchSupported() JS
API to indicate it supports voice search.
Originally landed as r211740, backed out in r211753 due to test failure. The
only change from the original is one line each in star-view.cc and
script_bubble_icon_view.cc to call the superclass GetAccessibleState() impl.
BUG=251386
TEST=With instant extended on, browser to a search result page; should see mic icon that, when clicked, activates voice search
Review URL: https://codereview.chromium.org/19388004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211840 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index e8aca6c..16d2d0d 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -7983,6 +7983,9 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_TOOLTIP_ACTION_BOX_BUTTON" desc="The tooltip for action box button"> Actions </message> + <message name="IDS_TOOLTIP_MIC_SEARCH" desc="The tooltip for search-by-voice button"> + Voice search + </message> <message name="IDS_TOOLTIP_ZOOM" desc="The tooltip for zoom icon"> Zoom: <ph name="VALUE">$1<ex>100</ex></ph>% </message> @@ -8038,9 +8041,6 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_ACCNAME_LOCATION" desc="The accessible name for the editable-text portion of the omnibox."> Address and search bar </message> - <message name="IDS_ACCNAME_STAR" desc="The accessible name for the bookmark button."> - Bookmark - </message> <message name="IDS_ACCNAME_ZOOM" desc="The accessible name for the zoom button."> Zoom </message> |