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

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

Issue 20656002: Add profile selector menu to app list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rework, fix tests Created 7 years, 3 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/apps_search_box_controller.h
diff --git a/ui/app_list/cocoa/apps_search_box_controller.h b/ui/app_list/cocoa/apps_search_box_controller.h
index bb60cab8899a97394a3373d609a8aede01da6cf8..a20eeca8a44b189ae54d78fc52ae1e9ca6180e0a 100644
--- a/ui/app_list/cocoa/apps_search_box_controller.h
+++ b/ui/app_list/cocoa/apps_search_box_controller.h
@@ -10,6 +10,7 @@
#include "base/mac/scoped_nsobject.h"
#include "base/memory/scoped_ptr.h"
#include "ui/app_list/app_list_export.h"
+#include "ui/app_list/app_list_model.h"
tapted 2013/09/13 23:12:17 this can be forward declared i think
calamity 2013/09/16 19:45:26 Done.
namespace app_list {
class AppListMenu;
@@ -26,9 +27,8 @@ class SearchBoxModelObserverBridge;
- (app_list::AppListViewDelegate*)appListDelegate;
- (app_list::SearchBoxModel*)searchBoxModel;
+- (app_list::AppListModel*)appListModel;
- (void)modelTextDidChange;
-- (NSString*)currentUserName;
-- (NSString*)currentUserEmail;
@end

Powered by Google App Engine
This is Rietveld 408576698