| Index: remoting/protocol/client_event_dispatcher.cc
|
| diff --git a/remoting/protocol/client_event_dispatcher.cc b/remoting/protocol/client_event_dispatcher.cc
|
| index 9329227bab31572985aac1d5a54bbb218f6283fa..87ae9b3290e3707fec1745fa0f1ee3bf7c8dbd1b 100644
|
| --- a/remoting/protocol/client_event_dispatcher.cc
|
| +++ b/remoting/protocol/client_event_dispatcher.cc
|
| @@ -52,5 +52,10 @@ void ClientEventDispatcher::InjectTouchEvent(const TouchEvent& event) {
|
| writer()->Write(SerializeAndFrameMessage(message), base::Closure());
|
| }
|
|
|
| +void ClientEventDispatcher::OnIncomingMessage(
|
| + scoped_ptr<CompoundBuffer> message) {
|
| + LOG(ERROR) << "Received unexpected message on the event channel.";
|
| +}
|
| +
|
| } // namespace protocol
|
| } // namespace remoting
|
|
|