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

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

Issue 1949233002: Create a RegisterViewAssociate method in ViewManager (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: one more compile fix 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
Index: services/ui/launcher/launcher.mojom
diff --git a/services/ui/launcher/launcher.mojom b/services/ui/launcher/launcher.mojom
index 23037329a661065616a5ed1c357838e3dcb81589..d2dc3aafee026fa96c245213da8c2343bce7ac63 100644
--- a/services/ui/launcher/launcher.mojom
+++ b/services/ui/launcher/launcher.mojom
@@ -8,5 +8,5 @@ module launcher;
// application.
[ServiceName="launcher::Launcher"]
interface Launcher {
- Launch(string application_url);
+ Launch(string application_url, string? view_associate_urls);
};

Powered by Google App Engine
This is Rietveld 408576698