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

Unified Diff: chrome/browser/ui/app_list/app_list_shower_views.cc

Issue 302803002: Refactor app list so AppsGridView owns the PaginationModel. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile error (conflict). Created 6 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/app_list_shower_views.h ('k') | ui/app_list/views/app_list_demo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/app_list_shower_views.cc
diff --git a/chrome/browser/ui/app_list/app_list_shower_views.cc b/chrome/browser/ui/app_list/app_list_shower_views.cc
index de3ddb6bf5a969353368d8adaea4cb65f3d0701a..cb177c96618151444546b0441d13fa68d69eefe8 100644
--- a/chrome/browser/ui/app_list/app_list_shower_views.cc
+++ b/chrome/browser/ui/app_list/app_list_shower_views.cc
@@ -109,7 +109,7 @@ app_list::AppListView* AppListShower::MakeViewForCurrentProfile() {
app_list::AppListView* view = new app_list::AppListView(view_delegate);
gfx::Point cursor = gfx::Screen::GetNativeScreen()->GetCursorScreenPoint();
view->InitAsBubbleAtFixedLocation(NULL,
- &pagination_model_,
+ 0,
cursor,
views::BubbleBorder::FLOAT,
false /* border_accepts_events */);
« no previous file with comments | « chrome/browser/ui/app_list/app_list_shower_views.h ('k') | ui/app_list/views/app_list_demo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698