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

Unified Diff: content/renderer/media_capture_from_element/html_audio_element_capturer_source_unittest.cc

Issue 2767963002: Revert of Remove |remote| and |readonly| members of MediaStreamTrack. (Closed)
Patch Set: rebase Created 3 years, 9 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_capture_from_element/html_audio_element_capturer_source_unittest.cc
diff --git a/content/renderer/media_capture_from_element/html_audio_element_capturer_source_unittest.cc b/content/renderer/media_capture_from_element/html_audio_element_capturer_source_unittest.cc
index 8133a09ad8bddb5d264ae72bf6b5fa0f2162aa32..ce3a94d8a5427ddde00a46b95d954abfb8f2a055 100644
--- a/content/renderer/media_capture_from_element/html_audio_element_capturer_source_unittest.cc
+++ b/content/renderer/media_capture_from_element/html_audio_element_capturer_source_unittest.cc
@@ -80,7 +80,8 @@ class HTMLAudioElementCapturerSourceTest : public testing::Test {
blink_audio_source_.initialize(blink::WebString::fromUTF8("audio_id"),
blink::WebMediaStreamSource::TypeAudio,
- blink::WebString::fromUTF8("audio_track"));
+ blink::WebString::fromUTF8("audio_track"),
+ false /* remote */);
blink_audio_track_.initialize(blink_audio_source_.id(),
blink_audio_source_);

Powered by Google App Engine
This is Rietveld 408576698