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

Unified Diff: mojo/shell/public/interfaces/shell.mojom

Issue 1743473002: Change Mojo URLs to structured names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@18collapse
Patch Set: . Created 4 years, 10 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: mojo/shell/public/interfaces/shell.mojom
diff --git a/mojo/shell/public/interfaces/shell.mojom b/mojo/shell/public/interfaces/shell.mojom
index 242f89a0f8f8e91e0d1e9f9d74f0b2e79eded34a..8fa9ad11eaa809de90d7174af696d299827a0257 100644
--- a/mojo/shell/public/interfaces/shell.mojom
+++ b/mojo/shell/public/interfaces/shell.mojom
@@ -41,8 +41,8 @@ interface Connector {
//
// Parameters:
//
- // url
- // A mojo: or exe: URL identifying the target application.
+ // name
+ // A mojo: or exe: name identifying the target application.
//
// user_id
// The user id of the target application instance to connect to. If no such
@@ -73,7 +73,7 @@ interface Connector {
// The shell responds with a unique identifier for the instance that was
// connected to.
//
- Connect(string url,
+ Connect(string name,
uint32 user_id,
InterfaceProvider&? remote_interfaces,
InterfaceProvider? local_interfaces) => (uint32 application_id);
« no previous file with comments | « mojo/shell/public/interfaces/application_manager.mojom ('k') | mojo/shell/public/interfaces/shell_client.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698