Chromium Code Reviews| 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..70cf249dc715fdbc2d36d2f8926655eb623712eb 100644 |
| --- a/content/public/renderer/media_stream_api.h |
| +++ b/content/public/renderer/media_stream_api.h |
| @@ -43,6 +43,12 @@ 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, |
| + // const media::AudioParameters& params, |
|
mcasas
2015/11/10 18:18:58
?
|
| + bool is_remote, |
| + bool is_readonly, |
| + blink::WebMediaStream* web_stream); |
| } // namespace content |