| 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 38564949307fe754223c0a803fc84df40be80787..9f95482fe2796ffff0db56216b21135bc74b7621 100644
|
| --- a/ui/app_list/views/app_list_view.h
|
| +++ b/ui/app_list/views/app_list_view.h
|
| @@ -104,6 +104,7 @@ class APP_LIST_EXPORT AppListView : public views::BubbleDelegateView,
|
| #endif
|
|
|
| AppListModel* model() { return model_.get(); }
|
| + AppListMainView* app_list_main_view() { return app_list_main_view_; }
|
|
|
| private:
|
| void InitAsBubbleInternal(gfx::NativeView parent,
|
|
|