Chromium Code Reviews| 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; |