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

Unified Diff: content/test/webrtc_audio_device_test.cc

Issue 10786029: Delete MediaStreamManager in the same way as AudioManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updated unittests Created 8 years, 5 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 350e0c1141835c6d3f11a9acd71ca4ac4746bfb6..05396823fcd6b1e10f3acbeadecbc816efd527bb 100644
--- a/content/test/webrtc_audio_device_test.cc
+++ b/content/test/webrtc_audio_device_test.cc
@@ -224,7 +224,6 @@ void WebRTCAudioDeviceTest::InitializeIOThread(const char* thread_name) {
void WebRTCAudioDeviceTest::UninitializeIOThread() {
resource_context_.reset();
- media_stream_manager_.reset();
tommi (sloooow) - chröme 2012/07/17 15:36:58 hmm... should we reset this object and the audio_m
no longer working on chromium 2012/07/17 17:18:25 Good idea, it fits the current design more. Anothe
audio_manager_.reset();
test_request_context_.reset();
initialize_com_.reset();

Powered by Google App Engine
This is Rietveld 408576698