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

Unified Diff: trunk/src/ui/app_list/views/apps_grid_view.h

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_container_view.cc ('k') | trunk/src/ui/app_list/views/apps_grid_view.cc » ('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.h
===================================================================
--- trunk/src/ui/app_list/views/apps_grid_view.h (revision 230254)
+++ trunk/src/ui/app_list/views/apps_grid_view.h (working copy)
@@ -78,9 +78,6 @@
// Sets |model| to use. Note this does not take ownership of |model|.
void SetModel(AppListModel* model);
- // Set |apps| to renders. Note this does not take ownership of |apps|.
- void SetApps(AppListModel::Apps* apps);
-
void SetSelectedView(views::View* view);
void ClearSelectedView(views::View* view);
bool IsSelectedView(const views::View* view) const;
@@ -134,6 +131,9 @@
// Stops the timer that triggers a page flip during a drag.
void StopPageFlipTimer();
+ // Get the last grid view which was created.
+ static AppsGridView* GetLastGridViewForTest();
+
// Return the view model for test purposes.
const views::ViewModel* view_model_for_test() const { return &view_model_; }
@@ -272,7 +272,6 @@
void SetViewHidden(views::View* view, bool hide, bool immediate);
AppListModel* model_; // Owned by AppListView.
- AppListModel::Apps* apps_; // Not owned.
AppsGridViewDelegate* delegate_;
PaginationModel* pagination_model_; // Owned by AppListController.
PageSwitcher* page_switcher_view_; // Owned by views hierarchy.
« no previous file with comments | « trunk/src/ui/app_list/views/apps_container_view.cc ('k') | trunk/src/ui/app_list/views/apps_grid_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698