| 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.
|
|
|