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

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

Issue 931483004: Update Chrome Launcher icons with new assets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 f83f15bde73c3f998a02c5525b165b787791ade5..eeb735f5a09003a66ce0d93cd1c416a352994194 100644
--- a/chrome/browser/ui/app_list/search/search_resource_manager.cc
+++ b/chrome/browser/ui/app_list/search/search_resource_manager.cc
@@ -24,7 +24,7 @@ scoped_ptr<SearchBoxModel::SpeechButtonProperty> CreateNewProperty(
ui::ResourceBundle& bundle = ui::ResourceBundle::GetSharedInstance();
return make_scoped_ptr(new SearchBoxModel::SpeechButtonProperty(
- *bundle.GetImageSkiaNamed(IDR_OMNIBOX_MIC_SEARCH),
+ *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)));
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | ui/resources/default_100_percent/common/app_list_folder_back_normal.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698