| 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);
|
|
|
|
|