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

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: snapshot 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 31c05f650ba5abf92d146aa053705aaf00eec9d3..d31d91670bfb4ca06c3f7e809b8f50f76cee5005 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