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

Unified Diff: media/audio/audio_manager_base.cc

Issue 11260002: Fix invalid bind usage during AudioManagerBase construction. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Gotta catch'em all. Created 8 years, 2 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 | « media/audio/audio_manager_base.h ('k') | media/audio/mock_audio_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/audio_manager_base.cc
diff --git a/media/audio/audio_manager_base.cc b/media/audio/audio_manager_base.cc
index 0c42cb0430c4710345144389ce131c4a6790f4ac..1beee2fc31226214bb964bcd49e25d4b2413442d 100644
--- a/media/audio/audio_manager_base.cc
+++ b/media/audio/audio_manager_base.cc
@@ -51,8 +51,6 @@ AudioManagerBase::AudioManagerBase()
#endif
CHECK(audio_thread_->Start());
message_loop_ = audio_thread_->message_loop_proxy();
- message_loop_->PostTask(FROM_HERE, base::Bind(
- &AudioManagerBase::InitializeOnAudioThread, base::Unretained(this)));
}
AudioManagerBase::~AudioManagerBase() {
« no previous file with comments | « media/audio/audio_manager_base.h ('k') | media/audio/mock_audio_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698