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

Unified Diff: chrome/browser/ui/app_list/test/fast_show_pickler_unittest.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 | « chrome/browser/ui/app_list/fast_show_pickler.cc ('k') | ui/app_list/app_list_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/test/fast_show_pickler_unittest.cc
diff --git a/chrome/browser/ui/app_list/test/fast_show_pickler_unittest.cc b/chrome/browser/ui/app_list/test/fast_show_pickler_unittest.cc
index 03a48404baed6c57289f480083b8a6bd8ced8c5c..b74cd1524fd482bd48eed669b9bf0e928de962e5 100644
--- a/chrome/browser/ui/app_list/test/fast_show_pickler_unittest.cc
+++ b/chrome/browser/ui/app_list/test/fast_show_pickler_unittest.cc
@@ -98,7 +98,7 @@ TEST_F(AppListModelPicklerUnitTest, Images) {
AppListItem* app1 =
model.AddItem(make_scoped_ptr(new AppListItem("abc")).Pass());
model.SetItemName(app1, "hello, there");
- app1->SetIcon(MakeImage(), true);
+ app1->SetIcon(MakeImage());
AppListItem* app2 =
model.AddItem(make_scoped_ptr(new AppListItem("abc2")).Pass());
model.SetItemName(app2, "hello, there 2");
@@ -111,7 +111,7 @@ TEST_F(AppListModelPicklerUnitTest, EmptyImage) {
AppListItem* app1 =
model.AddItem(make_scoped_ptr(new AppListItem("abc")).Pass());
model.SetItemName(app1, "hello, there");
- app1->SetIcon(gfx::ImageSkia(), true);
+ app1->SetIcon(gfx::ImageSkia());
DoConsistencyChecks(&model);
}
« no previous file with comments | « chrome/browser/ui/app_list/fast_show_pickler.cc ('k') | ui/app_list/app_list_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698