| Index: remoting/protocol/client_event_dispatcher.h
|
| diff --git a/remoting/protocol/client_event_dispatcher.h b/remoting/protocol/client_event_dispatcher.h
|
| index ca6174009498fa3e0bf10988127c64b2a714bbed..6a3c54f25e354f44c4b02dac9fed46e36fb3c4cc 100644
|
| --- a/remoting/protocol/client_event_dispatcher.h
|
| +++ b/remoting/protocol/client_event_dispatcher.h
|
| @@ -25,13 +25,7 @@ class ClientEventDispatcher : public ChannelDispatcherBase, public InputStub {
|
| void InjectTextEvent(const TextEvent& event) override;
|
| void InjectMouseEvent(const MouseEvent& event) override;
|
|
|
| - protected:
|
| - // ChannelDispatcherBase overrides.
|
| - void OnInitialized() override;
|
| -
|
| private:
|
| - BufferedSocketWriter writer_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(ClientEventDispatcher);
|
| };
|
|
|
|
|