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

Unified Diff: content/public/renderer/media_stream_api.h

Issue 1448203002: Add layout tests for the audio component of MediaStream Recording. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: format Created 5 years, 1 month 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/public/renderer/media_stream_api.h
diff --git a/content/public/renderer/media_stream_api.h b/content/public/renderer/media_stream_api.h
index 2e87ff3cd1491adf2979dcd1c19f11c1b26fd8b1..dfb2aaf6ea1161d61c513b8634dedc460f98df54 100644
--- a/content/public/renderer/media_stream_api.h
+++ b/content/public/renderer/media_stream_api.h
@@ -43,6 +43,11 @@ CONTENT_EXPORT bool AddAudioTrackToMediaStream(
bool is_remote,
bool is_readonly,
const std::string& media_stream_url);
+CONTENT_EXPORT bool AddAudioTrackToMediaStream(
+ const scoped_refptr<media::AudioCapturerSource>& source,
+ bool is_remote,
+ bool is_readonly,
+ blink::WebMediaStream* web_stream);
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698