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

Unified Diff: ui/app_list/cocoa/app_list_view_controller.h

Issue 14999013: Allow pages on the OSX app launcher to be turned while dragging. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: respond to comments Created 7 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
« no previous file with comments | « ui/app_list/cocoa/app_list_pager_view.mm ('k') | ui/app_list/cocoa/app_list_view_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/cocoa/app_list_view_controller.h
diff --git a/ui/app_list/cocoa/app_list_view_controller.h b/ui/app_list/cocoa/app_list_view_controller.h
index f18c37c3ff50f353fecec92dd6eeb0286d98c560..80095423bb8455b1f9ce4db76b60818a6851bd6c 100644
--- a/ui/app_list/cocoa/app_list_view_controller.h
+++ b/ui/app_list/cocoa/app_list_view_controller.h
@@ -17,6 +17,7 @@ class AppListViewDelegate;
}
@class AppsGridController;
+@class AppListPagerView;
// Controller for the top-level view of the app list UI. It creates and hosts an
// AppsGridController (displaying an AppListModel), and pager control for
@@ -26,7 +27,7 @@ APP_LIST_EXPORT
NSViewController<AppsPaginationModelObserver, NSTextFieldDelegate> {
@private
scoped_nsobject<AppsGridController> appsGridController_;
- scoped_nsobject<NSSegmentedControl> pagerControl_;
+ scoped_nsobject<AppListPagerView> pagerControl_;
scoped_ptr<app_list::AppListViewDelegate> delegate_;
}
« no previous file with comments | « ui/app_list/cocoa/app_list_pager_view.mm ('k') | ui/app_list/cocoa/app_list_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698