| 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.
|
|
|