Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / mojo / shell / app_child_process.mojom
index feb9ece..5b0f180 100644 (file)
@@ -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