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

Unified Diff: mojo/shell/external_service.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/external_service.mojom
diff --git a/mojo/shell/external_service.mojom b/mojo/shell/external_service.mojom
index f76f5feb9b766676d63794017ef7180215fa6ef1..2b423654feae6d184a509745eb6406b6d1179676 100644
--- a/mojo/shell/external_service.mojom
+++ b/mojo/shell/external_service.mojom
@@ -4,13 +4,8 @@
module mojo {
-[Peer=ExternalServiceHost]
interface ExternalService {
Activate(handle<message_pipe> shell_handle);
};
-[Peer=ExternalService]
-interface ExternalServiceHost {
-};
-
}

Powered by Google App Engine
This is Rietveld 408576698