Add a string for translation.
[chromium-blink-merge.git] / mojo / shell / app_child_process.mojom
blobfeb9ece660472a457581c73cbbbd7d5f53989ec9
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. :(
6 module mojo_shell {
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