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 53d08a40dd7c08bea30d3111270834603f8f859c..d4ecef4d6be9d4ea367b55e59a4c4750a4bccbef 100644 |
| --- a/ui/app_list/views/app_list_view.h |
| +++ b/ui/app_list/views/app_list_view.h |
| @@ -39,6 +39,8 @@ class APP_LIST_EXPORT AppListView : public views::BubbleDelegateView, |
| explicit AppListView(AppListViewDelegate* delegate); |
| virtual ~AppListView(); |
| + AppListModel* model() { return model_.get(); } |
|
xiyuan
2013/08/28 03:36:45
nit: move accessor to the end of methods.
tapted
2013/08/28 07:23:14
Done.
|
| + |
| // Initializes the widget. |
| void InitAsBubble(gfx::NativeView parent, |
| PaginationModel* pagination_model, |