| Index: content/renderer/media/media_stream_dependency_factory.h
|
| diff --git a/content/renderer/media/media_stream_dependency_factory.h b/content/renderer/media/media_stream_dependency_factory.h
|
| index cc8cd51f38a6627f0772832d7f99737cb3849dc6..a45a003324b32268899acf92c3d8f0e7bfb33860 100644
|
| --- a/content/renderer/media/media_stream_dependency_factory.h
|
| +++ b/content/renderer/media/media_stream_dependency_factory.h
|
| @@ -211,7 +211,7 @@ class CONTENT_EXPORT MediaStreamDependencyFactory
|
| // Returns a new capturer or existing capturer based on the |render_view_id|
|
| // and |device_info|. When the |render_view_id| and |device_info| are valid,
|
| // it reuses existing capture if any; otherwise it creates a new capturer.
|
| - virtual scoped_refptr<WebRtcAudioCapturer> MaybeCreateAudioCapturer(
|
| + virtual scoped_refptr<WebRtcAudioCapturer> CreateAudioCapturer(
|
| int render_view_id, const StreamDeviceInfo& device_info);
|
|
|
| private:
|
|
|