diff options
Diffstat (limited to 'chromium/chrome/common/mac')
-rw-r--r-- | chromium/chrome/common/mac/app_shim.mojom | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/chrome/common/mac/app_shim.mojom b/chromium/chrome/common/mac/app_shim.mojom index b270a155198..ac3822c1798 100644 --- a/chromium/chrome/common/mac/app_shim.mojom +++ b/chromium/chrome/common/mac/app_shim.mojom @@ -89,6 +89,10 @@ interface AppShimHost { // clicking on the app's icon in the dock or by selecting it with Cmd+Tab. FocusApp(); + // Sent when the application should launch if needed (e.g, when the dock + // icon is clicked). + ReopenApp(); + // Sent when files are opened by the app (e.g, by opening in Finder, or by // dragging on to the app in the dock). FilesOpened(array<mojo_base.mojom.FilePath> files); |