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

Unified Diff: mojo/examples/launcher/launcher.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/examples/launcher/launcher.mojom
diff --git a/mojo/examples/launcher/launcher.mojom b/mojo/examples/launcher/launcher.mojom
index e4e64cbb38bcf7d2c9fa355b8d96f01aa4f65fbf..f3ec257dff9b4deb71336d58dfdf87fff0b7c051 100644
--- a/mojo/examples/launcher/launcher.mojom
+++ b/mojo/examples/launcher/launcher.mojom
@@ -4,13 +4,12 @@
module mojo {
-[Peer=LauncherClient]
+[Client=LauncherClient]
interface Launcher {
Show();
Hide();
};
-[Peer=Launcher]
interface LauncherClient {
// Called when the user has requested |url| be launched.
OnURLEntered(string url);

Powered by Google App Engine
This is Rietveld 408576698