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

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

Issue 12701022: wrongbaseurl OSX App List Pager and root view controller. (Closed) Base URL: http://git.chromium.org/chromium/src.git@20130304-crbug-138633-osx-app-list-demo-polish-macbook
Patch Set: delegate should be owned by viewcontroller, test coverage Created 7 years, 9 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/cocoa/app_list_window_controller.h
diff --git a/ui/app_list/cocoa/app_list_window_controller.h b/ui/app_list/cocoa/app_list_window_controller.h
index 84ea7e61dae2f482987c4cd6d57dd52111343f5f..ae5b7072ffdc51bd75962b72d5e6056e81f3c97d 100644
--- a/ui/app_list/cocoa/app_list_window_controller.h
+++ b/ui/app_list/cocoa/app_list_window_controller.h
@@ -9,16 +9,15 @@
#include "base/memory/scoped_nsobject.h"
-@class AppsGridController;
+@class AppListViewController;
// Controller for the app list NSWindow.
@interface AppListWindowController : NSWindowController<NSWindowDelegate> {
- scoped_nsobject<AppsGridController> appsGridController_;
+ @private
+ scoped_nsobject<AppListViewController> appListViewController_;
}
-- (id)initWithGridController:(AppsGridController*)gridController;
-
-- (AppsGridController*)appsGridController;
+- (AppListViewController*)appListViewController;
@end
« no previous file with comments | « ui/app_list/cocoa/app_list_view_controller_unittest.mm ('k') | ui/app_list/cocoa/app_list_window_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698