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

Unified Diff: content/browser/browser_main_loop.cc

Issue 10786029: Delete MediaStreamManager in the same way as AudioManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: put Stop() in the dtor. 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
« no previous file with comments | « no previous file | content/browser/renderer_host/media/audio_input_device_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/browser_main_loop.cc
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
index 90e0f120cef810773e35411c81a583650da6a3cf..95e96d2cba7f057caa247ec21ed3accd5fbe7d45 100644
--- a/content/browser/browser_main_loop.cc
+++ b/content/browser/browser_main_loop.cc
@@ -484,10 +484,6 @@ void BrowserMainLoop::ShutdownThreadsAndCleanUp() {
speech_recognition_manager_.reset();
- // MediaStreamManager needs to be deleted on IO thread in order to unregister
- // itself as the listener to VideoCaptureManager and AudioInputDeviceManager.
- BrowserThread::DeleteOnIOThread::Destruct(media_stream_manager_.release());
-
#if defined(USE_AURA)
ImageTransportFactory::Terminate();
#endif
« no previous file with comments | « no previous file | content/browser/renderer_host/media/audio_input_device_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698