Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Unified Diff: chrome/browser/ui/app_list/search/search_resource_manager.cc

Issue 935293002: Launcher Search box, Back and Mic buttons now focusable in ChromeVox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tileitemview-setselected
Patch Set: Avoid using ContentsView (fix tests). Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/app_list/search_box_model.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/search/search_resource_manager.cc
diff --git a/chrome/browser/ui/app_list/search/search_resource_manager.cc b/chrome/browser/ui/app_list/search/search_resource_manager.cc
index 9dca6cfb4aa54ac891e99603e25daf6f11f8af3b..439c94ac0df3eb268e95aaa72e023094c5bcd3d5 100644
--- a/chrome/browser/ui/app_list/search/search_resource_manager.cc
+++ b/chrome/browser/ui/app_list/search/search_resource_manager.cc
@@ -27,7 +27,8 @@ scoped_ptr<SearchBoxModel::SpeechButtonProperty> CreateNewProperty(
*bundle.GetImageSkiaNamed(IDR_APP_LIST_MIC_HOTWORD_ON),
l10n_util::GetStringUTF16(IDS_APP_LIST_HOTWORD_LISTENING),
*bundle.GetImageSkiaNamed(IDR_APP_LIST_MIC_HOTWORD_OFF),
- l10n_util::GetStringUTF16(IDS_APP_LIST_START_SPEECH_RECOGNITION)));
+ l10n_util::GetStringUTF16(IDS_APP_LIST_START_SPEECH_RECOGNITION),
+ l10n_util::GetStringUTF16(IDS_TOOLTIP_MIC_SEARCH)));
}
} // namespace
« no previous file with comments | « no previous file | ui/app_list/search_box_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698