Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: mojo/shell/app_child_process.mojom

Issue 265793015: Mojo: Replace RemotePtr with InterfacePtr and InterfaceImpl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698