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

Unified Diff: trunk/src/content/browser/renderer_host/media/media_stream_dispatcher_host_unittest.cc

Issue 300143005: Revert 272884 "reland 260073013: Added automatic mode to FakeInp..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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: trunk/src/content/browser/renderer_host/media/media_stream_dispatcher_host_unittest.cc
===================================================================
--- trunk/src/content/browser/renderer_host/media/media_stream_dispatcher_host_unittest.cc (revision 272929)
+++ trunk/src/content/browser/renderer_host/media/media_stream_dispatcher_host_unittest.cc (working copy)
@@ -11,7 +11,6 @@
#include "base/message_loop/message_loop.h"
#include "base/run_loop.h"
#include "content/browser/browser_thread_impl.h"
-#include "content/browser/renderer_host/media/audio_input_device_manager.h"
#include "content/browser/renderer_host/media/media_stream_dispatcher_host.h"
#include "content/browser/renderer_host/media/media_stream_manager.h"
#include "content/browser/renderer_host/media/media_stream_ui_proxy.h"
@@ -248,8 +247,7 @@
video_capture_device_factory_->GetDeviceNames(&physical_video_devices_);
ASSERT_GT(physical_video_devices_.size(), 0u);
- media_stream_manager_->audio_input_device_manager()->GetFakeDeviceNames(
- &physical_audio_devices_);
+ audio_manager_->GetAudioInputDeviceNames(&physical_audio_devices_);
ASSERT_GT(physical_audio_devices_.size(), 0u);
}

Powered by Google App Engine
This is Rietveld 408576698