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(); } |
+ |
// Initializes the widget. |
void InitAsBubble(gfx::NativeView parent, |
PaginationModel* pagination_model, |