| Index: content/public/common/media_stream_request.cc
|
| diff --git a/content/public/common/media_stream_request.cc b/content/public/common/media_stream_request.cc
|
| index b15a0b04879ec7a6532a954ff13ef5188411963a..ed2a3887d4f268f8677f9e1baec1ace744a7bc60 100644
|
| --- a/content/public/common/media_stream_request.cc
|
| +++ b/content/public/common/media_stream_request.cc
|
| @@ -46,6 +46,18 @@ MediaStreamDevice::MediaStreamDevice(
|
| MediaStreamType type,
|
| const std::string& id,
|
| const std::string& name,
|
| + const GURL& security_origin)
|
| + : type(type),
|
| + id(id),
|
| + video_facing(MEDIA_VIDEO_FACING_NONE),
|
| + name(name),
|
| + security_origin(security_origin) {
|
| +}
|
| +
|
| +MediaStreamDevice::MediaStreamDevice(
|
| + MediaStreamType type,
|
| + const std::string& id,
|
| + const std::string& name,
|
| int sample_rate,
|
| int channel_layout,
|
| int frames_per_buffer)
|
|
|