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

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

Issue 1915793002: Remove a |readonly| member of MediaStreamTrack (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove a |readonly| argument in unittest files Created 4 years, 7 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 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()

Powered by Google App Engine
This is Rietveld 408576698