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

Unified Diff: mojo/shell/public/interfaces/application_manager.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
« no previous file with comments | « mojo/shell/public/cpp/shell_connection.h ('k') | mojo/shell/public/interfaces/shell.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/public/interfaces/application_manager.mojom
diff --git a/mojo/shell/public/interfaces/application_manager.mojom b/mojo/shell/public/interfaces/application_manager.mojom
index d3d926be8ef415f978a8dff801fb130852e62052..2193a32ec5205e07e2132fb261fd91042ceabe97 100644
--- a/mojo/shell/public/interfaces/application_manager.mojom
+++ b/mojo/shell/public/interfaces/application_manager.mojom
@@ -8,7 +8,7 @@ import "mojo/shell/public/interfaces/shell.mojom";
struct ApplicationInfo {
uint32 id;
- string url;
+ string name;
string qualifier;
uint32 pid;
};
@@ -52,7 +52,7 @@ interface ApplicationManager {
// channel to an implementation of ChildController and bind an Application
// request there.
CreateInstanceForHandle(handle channel,
- string url,
+ string name,
CapabilityFilter filter,
PIDReceiver& pid_receiver);
« no previous file with comments | « mojo/shell/public/cpp/shell_connection.h ('k') | mojo/shell/public/interfaces/shell.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698