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

Unified Diff: ui/app_list/views/apps_container_view.h

Issue 302803002: Refactor app list so AppsGridView owns the PaginationModel. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tests and bugs. Created 6 years, 7 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
Index: ui/app_list/views/apps_container_view.h
diff --git a/ui/app_list/views/apps_container_view.h b/ui/app_list/views/apps_container_view.h
index 2dbbd3ee92c7ed0fb6a4cccabab3352a9cb7d4d9..0b9e35c10f3f3af4820a95461e35edcbb66009a5 100644
--- a/ui/app_list/views/apps_container_view.h
+++ b/ui/app_list/views/apps_container_view.h
@@ -25,7 +25,6 @@ class AppListMainView;
class AppListModel;
class ContentsView;
class FolderBackgroundView;
-class PaginationModel;
// AppsContainerView contains a root level AppsGridView to render the root level
// app items, and a AppListFolderView to render the app items inside the
@@ -34,7 +33,6 @@ class AppsContainerView : public views::View,
public TopIconAnimationObserver {
public:
AppsContainerView(AppListMainView* app_list_main_view,
- PaginationModel* pagination_model,
AppListModel* model);
virtual ~AppsContainerView();

Powered by Google App Engine
This is Rietveld 408576698