diff options
Diffstat (limited to 'remoting/host/screen_recorder.h')
-rw-r--r-- | remoting/host/screen_recorder.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/remoting/host/screen_recorder.h b/remoting/host/screen_recorder.h index 158bf13..303405e 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); |