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

Unified Diff: content/test/webrtc_audio_device_test.cc

Issue 14273018: Use the browser UI thread for audio on OSX. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments. Created 7 years, 6 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
diff --git a/content/test/webrtc_audio_device_test.cc b/content/test/webrtc_audio_device_test.cc
index 63fbf1393db625bff80de561c05f5fcdf7e2d07f..63deaba851729a32847cdbbe33a9fc0386e92ce5 100644
--- a/content/test/webrtc_audio_device_test.cc
+++ b/content/test/webrtc_audio_device_test.cc
@@ -180,7 +180,6 @@ void WebRTCAudioDeviceTest::TearDown() {
mock_process_.reset();
media_stream_manager_.reset();
mirroring_manager_.reset();
- audio_manager_.reset();
RendererWebKitPlatformSupportImpl::SetSandboxEnabledForTesting(
sandbox_was_enabled_);
}
@@ -232,6 +231,8 @@ void WebRTCAudioDeviceTest::UninitializeIOThread() {
#if defined(OS_WIN)
initialize_com_.reset();
#endif
+
+ audio_manager_.reset();
}
void WebRTCAudioDeviceTest::CreateChannel(const char* name) {
« no previous file with comments | « content/browser/renderer_host/media/audio_input_renderer_host.cc ('k') | media/audio/audio_input_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698