Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(191)

Unified Diff: ui/app_list/app_list_model_observer.h

Issue 907833002: Hide experimental app list Google logo and custom launcher page when search engine is not Google. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@update_app_list_bg_color
Patch Set: address comment, add service dependency Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/app_list/app_list_model.cc ('k') | ui/app_list/views/app_list_main_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/app_list_model_observer.h
diff --git a/ui/app_list/app_list_model_observer.h b/ui/app_list/app_list_model_observer.h
index 13953131bca42636814a324f133a1c972025946a..09cccc0e75531c8daf4925962e3677f114af5a5b 100644
--- a/ui/app_list/app_list_model_observer.h
+++ b/ui/app_list/app_list_model_observer.h
@@ -36,6 +36,9 @@ class APP_LIST_EXPORT AppListModelObserver {
// Triggered when the custom launcher page enabled state is changed.
virtual void OnCustomLauncherPageEnabledStateChanged(bool enabled) {}
+ // Triggered when the search engine is changed to and from Google.
+ virtual void OnSearchEngineIsGoogleChanged(bool is_google) {}
+
protected:
virtual ~AppListModelObserver() {}
};
« no previous file with comments | « ui/app_list/app_list_model.cc ('k') | ui/app_list/views/app_list_main_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698