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

Unified Diff: mojo/service_manager/test.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/service_manager/test.mojom
diff --git a/mojo/service_manager/test.mojom b/mojo/service_manager/test.mojom
index 59ebfa9e6bdbe0727bcbb6f1e29bf876a4ce7085..1aff9205f90a010ffe300a1a7788194119385dc2 100644
--- a/mojo/service_manager/test.mojom
+++ b/mojo/service_manager/test.mojom
@@ -4,12 +4,11 @@
module mojo {
-[Peer=TestClient]
+[Client=TestClient]
interface TestService {
Test(string test_string);
};
-[Peer=TestService]
interface TestClient {
AckTest();
};

Powered by Google App Engine
This is Rietveld 408576698