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 0a0b120c376f62da4b43cfa21bcb7e468d849b72..22bbc5414c3e72e2c46f19ce33ca4a35b8a59a36 100644 |
--- a/content/renderer/media/media_stream_dependency_factory.h |
+++ b/content/renderer/media/media_stream_dependency_factory.h |
@@ -218,7 +218,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, |
const blink::WebMediaConstraints& constraints); |