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

Unified Diff: ui/app_list/presenter/app_list_presenter.mojom

Issue 2647833003: Adds AppListDelegate to AppList that is notified on visibility changes (Closed)
Patch Set: move Created 3 years, 11 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/presenter/app_list_delegate.h ('k') | ui/app_list/presenter/app_list_presenter_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/presenter/app_list_presenter.mojom
diff --git a/ui/app_list/presenter/app_list_presenter.mojom b/ui/app_list/presenter/app_list_presenter.mojom
index 14d376cad0b9131bbe5742af51ea174ef1d28ba2..074a59a66616439627a68fc1d5d09698c48af712 100644
--- a/ui/app_list/presenter/app_list_presenter.mojom
+++ b/ui/app_list/presenter/app_list_presenter.mojom
@@ -17,7 +17,9 @@ interface AppList {
// Notify the app list that the presenter's [target] visibility changed.
OnTargetVisibilityChanged(bool visible);
- OnVisibilityChanged(bool visible);
+
+ // |display_id| gives the display containing the app list.
+ OnVisibilityChanged(bool visible, int64 display_id);
};
// Implemented by chrome. Used by ash to actually show and dismiss the app list.
« no previous file with comments | « ui/app_list/presenter/app_list_delegate.h ('k') | ui/app_list/presenter/app_list_presenter_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698