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

Unified Diff: content/browser/renderer_host/media/audio_renderer_host_unittest.cc

Issue 2729783003: [Mojo Video Capture] Add content_browsertest for exercising video capture (Closed)
Patch Set: incorporated miu@'s suggestions 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/browser/renderer_host/media/audio_renderer_host_unittest.cc
diff --git a/content/browser/renderer_host/media/audio_renderer_host_unittest.cc b/content/browser/renderer_host/media/audio_renderer_host_unittest.cc
index 41d6ffb367814d179de470a8976fbf5d5f95499b..6be7fabdbbc87cb1d064e4f870278e66815ce5c0 100644
--- a/content/browser/renderer_host/media/audio_renderer_host_unittest.cc
+++ b/content/browser/renderer_host/media/audio_renderer_host_unittest.cc
@@ -414,8 +414,8 @@ class AudioRendererHostTest : public testing::Test {
// device gets selected when using session id:
audio_manager_->CreateDeviceAssociation(input_id, output_id);
int session_id = media_stream_manager_->audio_input_device_manager()->Open(
- StreamDeviceInfo(MEDIA_DEVICE_AUDIO_CAPTURE, "Fake input device",
- input_id));
+ MediaStreamDevice(MEDIA_DEVICE_AUDIO_CAPTURE, input_id,
+ "Fake input device"));
base::RunLoop().RunUntilIdle();
// Send a create stream message to the audio output stream and wait until

Powered by Google App Engine
This is Rietveld 408576698