| Index: mojo/shell/app_child_process.mojom
|
| diff --git a/mojo/shell/app_child_process.mojom b/mojo/shell/app_child_process.mojom
|
| index feb9ece660472a457581c73cbbbd7d5f53989ec9..5b0f180c496ba878776525f8c65436597b645e0d 100644
|
| --- a/mojo/shell/app_child_process.mojom
|
| +++ b/mojo/shell/app_child_process.mojom
|
| @@ -2,18 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// TODO(vtl): mojom currently doesn't support nested modules. :(
|
| -module mojo_shell {
|
| +module mojo.shell {
|
|
|
| -[Peer=AppChildControllerClient]
|
| +[Client=AppChildControllerClient]
|
| interface AppChildController {
|
| // TODO(vtl): |service| should be of a more specific type.
|
| StartApp(string app_path, handle<message_pipe> service);
|
| };
|
|
|
| -[Peer=AppChildController]
|
| interface AppChildControllerClient {
|
| AppCompleted(int32 result);
|
| };
|
|
|
| -} // module mojo_shell
|
| +} // module mojo.shell
|
|
|