Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(248)

Unified Diff: content/renderer/media/media_stream_audio_source.h

Issue 2777583002: Move getUserMedia finish to "when audio track configured". (Closed)
Patch Set: Fix error introduced when addressing review Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/renderer/media/media_stream_audio_source.h
diff --git a/content/renderer/media/media_stream_audio_source.h b/content/renderer/media/media_stream_audio_source.h
index 392dac046bb492b87ce6b1219249de29f1da9011..42ef81a94fe9ed50cd8a407007201049ef947db5 100644
--- a/content/renderer/media/media_stream_audio_source.h
+++ b/content/renderer/media/media_stream_audio_source.h
@@ -82,7 +82,7 @@ class CONTENT_EXPORT MediaStreamAudioSource
// implementation of the content::MediaStreamAudioTrack interface, which
// becomes associated with and owned by |track|. Returns true if the source
// was successfully started.
- bool ConnectToTrack(const blink::WebMediaStreamTrack& track);
+ virtual bool ConnectToTrack(const blink::WebMediaStreamTrack& track);
// Returns the current format of the audio passing through this source to the
// sinks. This can return invalid parameters if the source has not yet been
« no previous file with comments | « no previous file | content/renderer/media/media_stream_audio_track.h » ('j') | content/renderer/media/user_media_client_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698