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

Unified Diff: ash/shell/app_list.cc

Issue 1154323002: Use app list item shadow for app list folders. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_arrow_keys_crash
Patch Set: fix mac compile Created 5 years, 6 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 | chrome/browser/ui/app_list/extension_app_item.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell/app_list.cc
diff --git a/ash/shell/app_list.cc b/ash/shell/app_list.cc
index ec2071fe5293a17ccd3a6a3e91be6964767e8e2b..e2c9527fe8550e2bb11062cee77918034c402e2c 100644
--- a/ash/shell/app_list.cc
+++ b/ash/shell/app_list.cc
@@ -144,7 +144,7 @@ class WindowTypeShelfItem : public app_list::AppListItem {
WindowTypeShelfItem::WindowTypeShelfItem(const std::string& id, Type type)
: app_list::AppListItem(id), type_(type) {
std::string title(GetTitle(type));
- SetIcon(GetIcon(type), false);
+ SetIcon(GetIcon(type));
SetName(title);
}
« no previous file with comments | « no previous file | chrome/browser/ui/app_list/extension_app_item.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698