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

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

Issue 20656002: Add profile selector menu to app list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: small fixups Created 7 years, 5 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/app_list_main_view.h
diff --git a/ui/app_list/views/app_list_main_view.h b/ui/app_list/views/app_list_main_view.h
index 0fd7761a84aa87f7b8aaf63322b3470e6361fc24..6d177c93c4f1511f12d568048789fd09e40542f1 100644
--- a/ui/app_list/views/app_list_main_view.h
+++ b/ui/app_list/views/app_list_main_view.h
@@ -48,6 +48,8 @@ class AppListMainView : public views::View,
SearchBoxView* search_box_view() const { return search_box_view_; }
+ void SetModel(AppListModel* model);
koz (OOO until 15th September) 2013/08/02 01:51:16 This is no longer needed, right?
calamity 2013/08/02 09:59:54 Done.
+
// If |drag_and_drop_host| is not NULL it will be called upon drag and drop
// operations outside the application list.
void SetDragAndDropHostOfCurrentAppList(

Powered by Google App Engine
This is Rietveld 408576698