| Index: trunk/src/content/renderer/media/webrtc_audio_capturer.h
|
| ===================================================================
|
| --- trunk/src/content/renderer/media/webrtc_audio_capturer.h (revision 217773)
|
| +++ trunk/src/content/renderer/media/webrtc_audio_capturer.h (working copy)
|
| @@ -108,8 +108,7 @@
|
| // Called on the AudioInputDevice audio thread.
|
| virtual void Capture(media::AudioBus* audio_source,
|
| int audio_delay_milliseconds,
|
| - double volume,
|
| - bool key_pressed) OVERRIDE;
|
| + double volume) OVERRIDE;
|
| virtual void OnCaptureError() OVERRIDE;
|
|
|
| // Reconfigures the capturer with a new buffer size and capture parameters.
|
|
|