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

Unified Diff: mojo/public/cpp/bindings/lib/router.h

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/cpp/bindings/lib/router.h
diff --git a/mojo/public/cpp/bindings/lib/router.h b/mojo/public/cpp/bindings/lib/router.h
index 08c184e6c25fd159883d57c021604d8a57590f31..14bb88d1ca9156f7d57a66919c10ccdccc585da1 100644
--- a/mojo/public/cpp/bindings/lib/router.h
+++ b/mojo/public/cpp/bindings/lib/router.h
@@ -25,6 +25,7 @@ class Router : public MessageReceiver {
void set_incoming_receiver(MessageReceiver* receiver) {
incoming_receiver_ = receiver;
}
+ MessageReceiver* incoming_receiver() { return incoming_receiver_; }
// Sets the error handler to receive notifications when an error is
// encountered while reading from the pipe or waiting to read from the pipe.

Powered by Google App Engine
This is Rietveld 408576698