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 971bb8354d1f2088a9d64f653fd9279bc3f56518..073f2396a17738c5ba622e8e654bbe0ece3215c2 100644 |
--- a/ui/app_list/views/app_list_main_view.h |
+++ b/ui/app_list/views/app_list_main_view.h |
@@ -81,8 +81,12 @@ class APP_LIST_EXPORT AppListMainView : public views::View, |
// Initialize widgets that live inside the app list's main widget. |
void InitWidgets(); |
+ bool ShouldShowCustomLauncherPage() const; |
+ void UpdateCustomLauncherPageVisibility(); |
+ |
// Overridden from AppListModelObserver: |
void OnCustomLauncherPageEnabledStateChanged(bool enabled) override; |
+ void OnSearchEngineIsGoogleChanged(bool is_google) override; |
private: |
class IconLoader; |