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

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

Issue 20656002: Add profile selector menu to app list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: undo app_list_service_mac changes 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_view.h
diff --git a/ui/app_list/views/app_list_view.h b/ui/app_list/views/app_list_view.h
index eb21ceb3ed654417e46415704c500405ec5e046e..c0d5ae0a480754130c33679126ab170c3619c4a7 100644
--- a/ui/app_list/views/app_list_view.h
+++ b/ui/app_list/views/app_list_view.h
@@ -59,6 +59,8 @@ class APP_LIST_EXPORT AppListView : public views::BubbleDelegateView,
void UpdateBounds();
+ void SetModel(AppListModel* model);
tapted 2013/07/31 05:43:53 this should take a scoped_ptr, to make the ownersh
calamity 2013/08/01 08:35:45 Removed.
+
// Overridden from views::View:
virtual gfx::Size GetPreferredSize() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698