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

Unified Diff: trunk/src/ui/app_list/views/apps_grid_view_unittest.cc

Issue 35783003: Revert 230227 "Implement app list folder management page UI, inc..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 2 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 | « trunk/src/ui/app_list/views/apps_grid_view.cc ('k') | trunk/src/ui/app_list/views/contents_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ui/app_list/views/apps_grid_view_unittest.cc
===================================================================
--- trunk/src/ui/app_list/views/apps_grid_view_unittest.cc (revision 230254)
+++ trunk/src/ui/app_list/views/apps_grid_view_unittest.cc (working copy)
@@ -106,7 +106,6 @@
apps_grid_view_->SetLayout(kIconDimension, kCols, kRows);
apps_grid_view_->SetBoundsRect(gfx::Rect(gfx::Size(kWidth, kHeight)));
apps_grid_view_->SetModel(model_.get());
- apps_grid_view_->SetApps(model_->apps());
test_api_.reset(new AppsGridViewTestApi(apps_grid_view_.get()));
}
« no previous file with comments | « trunk/src/ui/app_list/views/apps_grid_view.cc ('k') | trunk/src/ui/app_list/views/contents_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698