Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3196)

Unified Diff: content/renderer/media/user_media_client_impl.cc

Issue 2710213005: Revert of Remove |remote| and |readonly| members of MediaStreamTrack (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 4d614fb62fd4e134b8fd97b711c54b8f7c7e5fde..691e768b3b1c2f186d9b218d774e8466c3bfb73e 100644
--- a/content/renderer/media/user_media_client_impl.cc
+++ b/content/renderer/media/user_media_client_impl.cc
@@ -991,7 +991,8 @@
blink::WebMediaStreamSource source;
source.initialize(blink::WebString::fromUTF8(device.device.id), type,
- blink::WebString::fromUTF8(device.device.name));
+ blink::WebString::fromUTF8(device.device.name),
+ false /* remote */);
DVLOG(1) << "Initialize source object :"
<< "id = " << source.id().utf8()

Powered by Google App Engine
This is Rietveld 408576698