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

Unified Diff: mojo/public/interfaces/shell/shell.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/public/interfaces/shell/shell.mojom
diff --git a/mojo/public/interfaces/shell/shell.mojom b/mojo/public/interfaces/shell/shell.mojom
index 39eae784e4bac3393b1c932e65a3f06d1d13ceec..e5f6c39cbb9c8dd54ec4032d2387d34db0476615 100644
--- a/mojo/public/interfaces/shell/shell.mojom
+++ b/mojo/public/interfaces/shell/shell.mojom
@@ -4,14 +4,13 @@
module mojo {
-[Peer=ShellClient]
+[Client=ShellClient]
interface Shell {
// Loads url. mojo:{service} will result in the user of the value of the
// --origin flag to the shell being used.
Connect(string url, handle<message_pipe> client_handle);
};
-[Peer=Shell]
interface ShellClient {
AcceptConnection(string url, handle<message_pipe> client_handle);
};

Powered by Google App Engine
This is Rietveld 408576698