| Index: content/renderer/media/user_media_client_impl.cc
|
| diff --git a/content/renderer/media/user_media_client_impl.cc b/content/renderer/media/user_media_client_impl.cc
|
| index 62dca219828b9e88036beea4d0dbb26b5003caf6..9a22a1aac6a8ee6ee5ca89c683f8a952b2bcc968 100644
|
| --- a/content/renderer/media/user_media_client_impl.cc
|
| +++ b/content/renderer/media/user_media_client_impl.cc
|
| @@ -594,7 +594,7 @@ void UserMediaClientImpl::InitializeSourceObject(
|
| base::UTF8ToUTF16(device.device.id),
|
| type,
|
| base::UTF8ToUTF16(device.device.name),
|
| - false /* remote */, true /* readonly */);
|
| + false /* remote */);
|
|
|
| DVLOG(1) << "Initialize source object :"
|
| << "id = " << webkit_source->id().utf8()
|
|
|