| Index: ui/app_list/views/app_list_main_view.h
|
| diff --git a/ui/app_list/views/app_list_main_view.h b/ui/app_list/views/app_list_main_view.h
|
| index 5e51775670a587e45b910802fb7b427370d4735a..c4649b888c85f004c5c69f0340f03a7e9a4e175c 100644
|
| --- a/ui/app_list/views/app_list_main_view.h
|
| +++ b/ui/app_list/views/app_list_main_view.h
|
| @@ -77,6 +77,7 @@ class APP_LIST_EXPORT AppListMainView : public views::View,
|
| void UpdateCustomLauncherPageVisibility();
|
|
|
| // Overridden from AppListModelObserver:
|
| + void OnAppListChildItemUninstalled(AppListFolderItem* parent) override;
|
| void OnCustomLauncherPageEnabledStateChanged(bool enabled) override;
|
| void OnSearchEngineIsGoogleChanged(bool is_google) override;
|
|
|
|
|