| Index: content/renderer/media/webaudio_capturer_source.h
|
| diff --git a/content/renderer/media/webaudio_capturer_source.h b/content/renderer/media/webaudio_capturer_source.h
|
| index 3063aeec9afe136866c7fb1d18e756384de50628..b9b69276b32dffb6561bb80794bea5edb2a43e98 100644
|
| --- a/content/renderer/media/webaudio_capturer_source.h
|
| +++ b/content/renderer/media/webaudio_capturer_source.h
|
| @@ -88,7 +88,6 @@ class WebAudioCapturerSource : public blink::WebAudioDestinationConsumer {
|
|
|
| // Synchronizes HandleCapture() with AudioCapturerSource calls.
|
| base::Lock lock_;
|
| - bool started_;
|
|
|
| // This object registers with a blink::WebMediaStreamSource. We keep track of
|
| // that in order to be able to deregister before stopping the audio track.
|
|
|