| Index: remoting/protocol/fake_connection_to_client.h
|
| diff --git a/remoting/protocol/fake_connection_to_client.h b/remoting/protocol/fake_connection_to_client.h
|
| index 4bdb01088debe1b81547d3e4e503989997c5572d..2cb73b3f844d64406fdf42da16ae6dbb98713ae8 100644
|
| --- a/remoting/protocol/fake_connection_to_client.h
|
| +++ b/remoting/protocol/fake_connection_to_client.h
|
| @@ -60,7 +60,6 @@ class FakeConnectionToClient : public ConnectionToClient {
|
| void Disconnect(ErrorCode disconnect_error) override;
|
|
|
| Session* session() override;
|
| - void OnInputEventReceived(int64_t timestamp) override;
|
|
|
| void set_clipboard_stub(ClipboardStub* clipboard_stub) override;
|
| void set_host_stub(HostStub* host_stub) override;
|
|
|