| Index: mojo/shell/public/interfaces/shell_client.mojom
|
| diff --git a/mojo/shell/public/interfaces/application.mojom b/mojo/shell/public/interfaces/shell_client.mojom
|
| similarity index 98%
|
| rename from mojo/shell/public/interfaces/application.mojom
|
| rename to mojo/shell/public/interfaces/shell_client.mojom
|
| index b59b72424626e1e70112d3f5bb805335e5cc88df..b438d822fbfdf984f8106f6228f5b0b03779e582 100644
|
| --- a/mojo/shell/public/interfaces/application.mojom
|
| +++ b/mojo/shell/public/interfaces/shell_client.mojom
|
| @@ -7,13 +7,14 @@ module mojo.shell.mojom;
|
| import "mojo/shell/public/interfaces/service_provider.mojom";
|
| import "mojo/shell/public/interfaces/shell.mojom";
|
|
|
| +// TODO(beng): rewrite these comments.
|
| // This is the primary interface implemented by every Mojo application. It
|
| // allows the application to receive its startup arguments from the shell, and
|
| // to be notified of events that occur during its execution.
|
| //
|
| // TODO(aa): It would be good to reorder the parameters once we have interface
|
| // versioning.
|
| -interface Application {
|
| +interface ShellClient {
|
| // Initializes the application with the specified arguments. This method is
|
| // guaranteed to be called before any other method is called, and will only be
|
| // called once.
|
|
|