| Index: content/renderer/media/webrtc_audio_device_impl.h
|
| diff --git a/content/renderer/media/webrtc_audio_device_impl.h b/content/renderer/media/webrtc_audio_device_impl.h
|
| index 3c2a7c425c8eaf7983f03b1f93b928fbd76f5945..7bae27aa0106bd87fd660ae2fd76b86d6b379807 100644
|
| --- a/content/renderer/media/webrtc_audio_device_impl.h
|
| +++ b/content/renderer/media/webrtc_audio_device_impl.h
|
| @@ -212,9 +212,6 @@ class WebRtcAudioCapturerSink {
|
| // Set the format for the capture audio parameters.
|
| virtual void SetCaptureFormat(const media::AudioParameters& params) = 0;
|
|
|
| - // Callback to notify the client that the capturer is being stopped.
|
| - virtual void OnCaptureDeviceStopped() = 0;
|
| -
|
| protected:
|
| virtual ~WebRtcAudioCapturerSink() {}
|
| };
|
| @@ -248,7 +245,6 @@ class CONTENT_EXPORT WebRtcAudioDeviceImpl
|
| int audio_delay_milliseconds,
|
| double volume) OVERRIDE;
|
| virtual void SetCaptureFormat(const media::AudioParameters& params) OVERRIDE;
|
| - virtual void OnCaptureDeviceStopped() OVERRIDE;
|
|
|
| // webrtc::Module implementation.
|
| virtual int32_t ChangeUniqueId(const int32_t id) OVERRIDE;
|
|
|