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

Unified Diff: content/renderer/media/capturefromelement/html_audio_element_capturer_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/capturefromelement/html_audio_element_capturer_source_unittest.cc
diff --git a/content/renderer/media/capturefromelement/html_audio_element_capturer_source_unittest.cc b/content/renderer/media/capturefromelement/html_audio_element_capturer_source_unittest.cc
index 0ef426f595fa26597d504075367ea3130c0cc7c4..1965b4a73995d88ac443c7943e198407064f0304 100644
--- a/content/renderer/media/capturefromelement/html_audio_element_capturer_source_unittest.cc
+++ b/content/renderer/media/capturefromelement/html_audio_element_capturer_source_unittest.cc
@@ -80,8 +80,7 @@ class HTMLAudioElementCapturerSourceTest : public testing::Test {
blink_audio_source_.initialize(blink::WebString::fromUTF8("audio_id"),
blink::WebMediaStreamSource::TypeAudio,
- blink::WebString::fromUTF8("audio_track"),
- false /* remote */);
+ blink::WebString::fromUTF8("audio_track"));
blink_audio_track_.initialize(blink_audio_source_.id(),
blink_audio_source_);

Powered by Google App Engine
This is Rietveld 408576698