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

Unified Diff: media/audio/audio_manager.h

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 | « no previous file | media/audio/audio_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/audio_manager.h
diff --git a/media/audio/audio_manager.h b/media/audio/audio_manager.h
index ca4c4689e6aca51be3b504a5871eeeba3cbcf701..267544264577c8d2b3375d3c09f0d516facd5677 100644
--- a/media/audio/audio_manager.h
+++ b/media/audio/audio_manager.h
@@ -127,6 +127,9 @@ class MEDIA_EXPORT AudioManager {
protected:
AudioManager();
+ // Called on the audio thread's message loop immediately after construction.
+ virtual void InitializeOnAudioThread() = 0;
+
private:
DISALLOW_COPY_AND_ASSIGN(AudioManager);
};
« no previous file with comments | « no previous file | media/audio/audio_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698