| Index: mojo/public/cpp/bindings/tests/connector_unittest.cc
|
| diff --git a/mojo/public/cpp/bindings/tests/connector_unittest.cc b/mojo/public/cpp/bindings/tests/connector_unittest.cc
|
| index bd856c75c493c19e7e53c6a84b1fc8ee41d7747b..4767b98f87c38fc2edae47ea9e2f666e401eb04d 100644
|
| --- a/mojo/public/cpp/bindings/tests/connector_unittest.cc
|
| +++ b/mojo/public/cpp/bindings/tests/connector_unittest.cc
|
| @@ -27,11 +27,6 @@ class MessageAccumulator : public MessageReceiver {
|
| return true;
|
| }
|
|
|
| - virtual bool AcceptWithResponder(Message* message, MessageReceiver* responder)
|
| - MOJO_OVERRIDE {
|
| - return false;
|
| - }
|
| -
|
| bool IsEmpty() const {
|
| return queue_.IsEmpty();
|
| }
|
|
|