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 dfb2aaf6ea1161d61c513b8634dedc460f98df54..3d268d3a8972b3ee7d3438a16da02455d7dc88be 100644 |
| --- a/content/public/renderer/media_stream_api.h |
| +++ b/content/public/renderer/media_stream_api.h |
| @@ -49,6 +49,9 @@ CONTENT_EXPORT bool AddAudioTrackToMediaStream( |
| bool is_readonly, |
| blink::WebMediaStream* web_stream); |
| +CONTENT_EXPORT void AddMediaStreamTowebMediaStream( |
| + blink::WebMediaStream* web_stream); |
|
perkj_chrome
2016/01/07 09:18:00
?
mcasas
2016/01/08 00:14:12
Following the previous explanation, WebTestDelegat
|
| + |
| } // namespace content |
| #endif // CONTENT_PUBLIC_RENDERER_MEDIA_STREAM_API_H_ |