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