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 be70a96d5744d0fe461945c62c2bedcd954aa1c6..7b04abf40e5541ac54e2a6b825fbb10f95846d9d 100644 |
--- a/ui/app_list/views/app_list_main_view.h |
+++ b/ui/app_list/views/app_list_main_view.h |
@@ -73,8 +73,12 @@ class APP_LIST_EXPORT AppListMainView : public views::View, |
// Called when the search box's visibility is changed. |
void NotifySearchBoxVisibilityChanged(); |
+ bool ShouldShowCustomLauncherPage() const; |
+ void UpdateCustomLauncherPageVisibility(); |
+ |
// Overridden from AppListModelObserver: |
void OnCustomLauncherPageEnabledStateChanged(bool enabled) override; |
+ void OnSearchEngineIsGoogleChanged(bool is_google) override; |
private: |
class IconLoader; |