| Index: remoting/host/video_scheduler.h
|
| diff --git a/remoting/host/video_scheduler.h b/remoting/host/video_scheduler.h
|
| index 0e47713e8883b03fc1cea01fba3e5d58b1332358..666e1ab01abedb229aef060ac71a90b7b58fb20f 100644
|
| --- a/remoting/host/video_scheduler.h
|
| +++ b/remoting/host/video_scheduler.h
|
| @@ -150,10 +150,6 @@ class VideoScheduler : public base::RefCountedThreadSafe<VideoScheduler>,
|
| // Send updated cursor shape to client.
|
| void SendCursorShape(scoped_ptr<protocol::CursorShapeInfo> cursor_shape);
|
|
|
| - // Posted to the network thread to delete |capturer| on the thread that
|
| - // created it.
|
| - void StopOnNetworkThread(scoped_ptr<media::ScreenCapturer> capturer);
|
| -
|
| // Encoder thread -----------------------------------------------------------
|
|
|
| // Encode a frame, passing generated VideoPackets to SendVideoPacket().
|
|
|