| Index: remoting/host/screen_recorder.h
|
| diff --git a/remoting/host/screen_recorder.h b/remoting/host/screen_recorder.h
|
| index 158bf13edeccb2a7f478d00168781107e4f4c0d6..303405e9ccb795491383c6c43249384c22431cfb 100644
|
| --- a/remoting/host/screen_recorder.h
|
| +++ b/remoting/host/screen_recorder.h
|
| @@ -132,10 +132,6 @@ class ScreenRecorder : public base::RefCountedThreadSafe<ScreenRecorder> {
|
| void DoSendInit(scoped_refptr<protocol::ConnectionToClient> connection,
|
| int width, int height);
|
|
|
| - void DoAddConnection(scoped_refptr<protocol::ConnectionToClient> connection);
|
| - void DoRemoveClient(scoped_refptr<protocol::ConnectionToClient> connection);
|
| - void DoRemoveAllClients();
|
| -
|
| // Signal network thread to cease activities.
|
| void DoStopOnNetworkThread(const base::Closure& done_task);
|
|
|
|
|