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

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

Issue 2425703002: Remove |remote| and |readonly| members of MediaStreamTrack (Closed)
Patch Set: Fixed webkit_tests 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/media_stream_video_source_unittest.cc
diff --git a/content/renderer/media/media_stream_video_source_unittest.cc b/content/renderer/media/media_stream_video_source_unittest.cc
index 9f21b46045d069bae666ab48c1a1b05f12bf9847..49bbc08b8a5fc811c73e4688fcc4ded81dfe7dfb 100644
--- a/content/renderer/media/media_stream_video_source_unittest.cc
+++ b/content/renderer/media/media_stream_video_source_unittest.cc
@@ -52,8 +52,7 @@ class MediaStreamVideoSourceTest : public ::testing::Test {
mock_source_->SetSupportedFormats(formats);
webkit_source_.initialize(blink::WebString::fromASCII("dummy_source_id"),
blink::WebMediaStreamSource::TypeVideo,
- blink::WebString::fromASCII("dummy_source_name"),
- false /* remote */);
+ blink::WebString::fromASCII("dummy_source_name"));
webkit_source_.setExtraData(mock_source_);
}

Powered by Google App Engine
This is Rietveld 408576698