| Index: mojo/shell/public/interfaces/shell_client_factory.mojom
|
| diff --git a/mojo/shell/public/interfaces/shell_client_factory.mojom b/mojo/shell/public/interfaces/shell_client_factory.mojom
|
| index 8137271d30ce16e1bed4bc1145821f59ef24da19..89abedb9badf7c15c497c0a71bfb81fb3532cb0f 100644
|
| --- a/mojo/shell/public/interfaces/shell_client_factory.mojom
|
| +++ b/mojo/shell/public/interfaces/shell_client_factory.mojom
|
| @@ -7,7 +7,7 @@ module mojo.shell.mojom;
|
| import "mojo/shell/public/interfaces/shell_client.mojom";
|
|
|
| // Implemented by a package containing multiple applications identified by
|
| -// unique URLs.
|
| +// unique names.
|
| interface ShellClientFactory {
|
| - CreateShellClient(ShellClient& shell_client, string url);
|
| + CreateShellClient(ShellClient& shell_client, string name);
|
| };
|
|
|