| 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..68feceb841b57fa99939d6a295223899d3027f53 100644
|
| --- a/ui/app_list/views/app_list_view.h
|
| +++ b/ui/app_list/views/app_list_view.h
|
| @@ -88,6 +88,8 @@ class APP_LIST_EXPORT AppListView : public views::BubbleDelegateView,
|
| HWND GetHWND() const;
|
| #endif
|
|
|
| + AppListModel* model() { return model_.get(); }
|
| +
|
| private:
|
| // Overridden from views::WidgetDelegateView:
|
| virtual views::View* GetInitiallyFocusedView() OVERRIDE;
|
|
|