Index: content/renderer/media/webrtc_audio_device_impl.cc |
diff --git a/content/renderer/media/webrtc_audio_device_impl.cc b/content/renderer/media/webrtc_audio_device_impl.cc |
index 17a058506df29f8345c98812840b888f9844ae4a..206672d4c00f40b1b2302bf2510fb5c8d13cacec 100644 |
--- a/content/renderer/media/webrtc_audio_device_impl.cc |
+++ b/content/renderer/media/webrtc_audio_device_impl.cc |
@@ -26,8 +26,7 @@ WebRtcAudioDeviceImpl::WebRtcAudioDeviceImpl() |
output_delay_ms_(0), |
initialized_(false), |
playing_(false), |
- recording_(false), |
- microphone_volume_(0) { |
+ recording_(false) { |
DVLOG(1) << "WebRtcAudioDeviceImpl::WebRtcAudioDeviceImpl()"; |
// This object can be constructed on either the signaling thread or the main |
// thread, so we need to detach these thread checkers here and have them |