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

Unified Diff: mojo/apps/js/test/js_to_cpp.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/apps/js/test/js_to_cpp.mojom
diff --git a/mojo/apps/js/test/js_to_cpp.mojom b/mojo/apps/js/test/js_to_cpp.mojom
index a432eb8659f9ac94aa302b7b84e647a0cb945f15..509f2f701abbb8dc140148d0bb7117942ceaaf82 100644
--- a/mojo/apps/js/test/js_to_cpp.mojom
+++ b/mojo/apps/js/test/js_to_cpp.mojom
@@ -23,7 +23,6 @@ struct EchoArgs {
handle<data_pipe_consumer> data_handle;
};
-[Peer=JsSide]
interface CppSide {
StartTest(); // Sent for all tests to notify that the JS side is now ready.
TestFinished(); // Sent in echo / bit-flip tests to indicate end.
@@ -32,7 +31,7 @@ interface CppSide {
BitFlipResponse(EchoArgs arg);
};
-[Peer=CppSide]
+[Client=CppSide]
interface JsSide {
Ping();
Echo(int32 numIterations, EchoArgs arg);

Powered by Google App Engine
This is Rietveld 408576698