1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 // TODO(vtl): mojom currently doesn't support nested modules. :(
8 [Peer=AppChildControllerClient]
9 interface AppChildController {
10 // TODO(vtl): |service| should be of a more specific type.
11 StartApp(string app_path, handle<message_pipe> service);
14 [Peer=AppChildController]
15 interface AppChildControllerClient {
16 AppCompleted(int32 result);
19 } // module mojo_shell