| Index: webrtc/pc/channelmanager.h
|
| diff --git a/webrtc/pc/channelmanager.h b/webrtc/pc/channelmanager.h
|
| index bd1bc2f46985ecd37794507a3ddf08c78aaebdce..cb0b2a57bf57759ea6a5806b65226dcd2d08a4f6 100644
|
| --- a/webrtc/pc/channelmanager.h
|
| +++ b/webrtc/pc/channelmanager.h
|
| @@ -129,9 +129,6 @@ class ChannelManager : public rtc::MessageHandler,
|
| // formats a a pseudo-handle.
|
| bool StartVideoCapture(VideoCapturer* video_capturer,
|
| const VideoFormat& video_format);
|
| - // When muting, produce black frames then pause the camera.
|
| - // When unmuting, start the camera. Camera starts unmuted.
|
| - bool MuteToBlackThenPause(VideoCapturer* video_capturer, bool muted);
|
| bool StopVideoCapture(VideoCapturer* video_capturer,
|
| const VideoFormat& video_format);
|
| bool RestartVideoCapture(VideoCapturer* video_capturer,
|
|
|