| Index: ui/app_list/views/apps_grid_view.h
|
| diff --git a/ui/app_list/views/apps_grid_view.h b/ui/app_list/views/apps_grid_view.h
|
| index 8a3f09077f430cbea384580958c592da80d0d355..483f737890686822a6790fda7faaaca036e5197e 100644
|
| --- a/ui/app_list/views/apps_grid_view.h
|
| +++ b/ui/app_list/views/apps_grid_view.h
|
| @@ -207,6 +207,10 @@ class APP_LIST_EXPORT AppsGridView : public views::View,
|
| // Overridden from AppListModelObserver:
|
| virtual void OnAppListModelStatusChanged() OVERRIDE;
|
|
|
| + // Hide a given view temporarily without losing (mouse) events and / or
|
| + // changing the size of it.
|
| + void HideView(views::View* view, bool hide);
|
| +
|
| AppListModel* model_; // Owned by AppListView.
|
| AppsGridViewDelegate* delegate_;
|
| PaginationModel* pagination_model_; // Owned by AppListController.
|
|
|