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

Unified Diff: content/test/webrtc_audio_device_test.cc

Issue 12153002: Move chrome://media-internals to content. This allows us to hide implementation details from the pu… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 11 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/test/webrtc_audio_device_test.cc
===================================================================
--- content/test/webrtc_audio_device_test.cc (revision 179909)
+++ content/test/webrtc_audio_device_test.cc (working copy)
@@ -206,7 +206,7 @@
MockRTCResourceContext* resource_context =
static_cast<MockRTCResourceContext*>(resource_context_.get());
resource_context->set_request_context(test_request_context_.get());
- media_observer_.reset(new MockMediaObserver());
+ media_internals_.reset(new MockMediaInternals());
scherkus (not reviewing) 2013/02/01 02:05:17 I should ping the folks of this test -- I don't se
// Create our own AudioManager, AudioMirroringManager and MediaStreamManager.
audio_manager_.reset(media::AudioManager::Create());
@@ -236,7 +236,7 @@
static const int kRenderProcessId = 1;
audio_render_host_ = new AudioRendererHost(
kRenderProcessId, audio_manager_.get(), mirroring_manager_.get(),
- media_observer_.get());
+ media_internals_.get());
audio_render_host_->OnChannelConnected(base::GetCurrentProcId());
audio_input_renderer_host_ = new AudioInputRendererHost(
« content/public/browser/media_observer.h ('K') | « content/test/webrtc_audio_device_test.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698