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

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

Issue 23494037: Use x32 icon asset for App List Webstore search rather than rescaling x128 to x32 each time. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/search/search_webstore_result.cc
diff --git a/chrome/browser/ui/app_list/search/search_webstore_result.cc b/chrome/browser/ui/app_list/search/search_webstore_result.cc
index 3c0a7c8045a34dffe90a7dde50c187981e38ac91..9940a1341d03aedbf8ae86cdd6c5dcae800962bb 100644
--- a/chrome/browser/ui/app_list/search/search_webstore_result.cc
+++ b/chrome/browser/ui/app_list/search/search_webstore_result.cc
@@ -34,7 +34,7 @@ SearchWebstoreResult::SearchWebstoreResult(Profile* profile,
set_details_tags(details_tags);
SetIcon(*ui::ResourceBundle::GetSharedInstance().GetImageSkiaNamed(
- IDR_WEBSTORE_ICON));
+ IDR_WEBSTORE_ICON_32));
}
SearchWebstoreResult::~SearchWebstoreResult() {}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698