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

Unified Diff: services/ui/launcher/launcher.mojom

Issue 2003003002: Update launcher API. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Follow review Created 4 years, 7 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 | « services/ui/launcher/launch_instance.cc ('k') | services/ui/launcher/launcher_app.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/launcher/launcher.mojom
diff --git a/services/ui/launcher/launcher.mojom b/services/ui/launcher/launcher.mojom
index 23037329a661065616a5ed1c357838e3dcb81589..692a1c09ba4570f8dc5c7787811aa2df6ddbf807 100644
--- a/services/ui/launcher/launcher.mojom
+++ b/services/ui/launcher/launcher.mojom
@@ -4,9 +4,16 @@
module launcher;
+import "mojo/services/native_viewport/interfaces/native_viewport.mojom";
+import "mojo/services/ui/views/interfaces/view_provider.mojom";
+
// Private interface for the shell. Allows the shell to start an ui
// application.
[ServiceName="launcher::Launcher"]
interface Launcher {
Launch(string application_url);
+ // Allows to displays the view provided by |view_provider| in the provider
ppi 2016/05/30 09:44:45 s/displays/display/, but even better s/Allows to//
qsr 2016/05/30 09:46:32 Done.
+ // |viewport|. Used by https://manganese.googlesource.com/.
+ LaunchOnViewport(mojo.NativeViewport viewport,
+ mojo.ui.ViewProvider view_provider);
};
« no previous file with comments | « services/ui/launcher/launch_instance.cc ('k') | services/ui/launcher/launcher_app.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698