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( |