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

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

Issue 23731007: Implicit audio output device selection for getUserMedia. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 7 years, 3 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_dependency_factory_unittest.cc
diff --git a/content/renderer/media/media_stream_dependency_factory_unittest.cc b/content/renderer/media/media_stream_dependency_factory_unittest.cc
index b257f7e2546b4c9c4fc752d73145ae414c2a8148..8cc562c07e0f76bf1434d1d5cd2261bb3683a6b3 100644
--- a/content/renderer/media/media_stream_dependency_factory_unittest.cc
+++ b/content/renderer/media/media_stream_dependency_factory_unittest.cc
@@ -69,8 +69,6 @@ class MediaStreamDependencyFactoryTest : public ::testing::Test {
StreamDeviceInfo info;
info.device.type = content::MEDIA_DEVICE_AUDIO_CAPTURE;
info.device.name = "audio";
- info.device.sample_rate = 0;
- info.device.channel_layout = 0;
info.session_id = 99;
audio_sources[0].initialize("audio",
WebKit::WebMediaStreamSource::TypeAudio,
« no previous file with comments | « content/renderer/media/media_stream_dependency_factory.cc ('k') | content/renderer/media/media_stream_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698