| 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);
|
| +
|
| } // namespace content
|
|
|
| #endif // CONTENT_PUBLIC_RENDERER_MEDIA_STREAM_API_H_
|
|
|