summaryrefslogtreecommitdiffstats
path: root/media/audio/audio_manager_base.h
diff options
context:
space:
mode:
authordalecurtis@chromium.org <dalecurtis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-01 22:54:46 +0000
committerdalecurtis@chromium.org <dalecurtis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-01 22:54:46 +0000
commit2ce8ebf7dc12ffe8fa614804038778573472d269 (patch)
tree4b8f39e271d6ee27d525d894aab751355d7091df /media/audio/audio_manager_base.h
parentfb621791cf046c846380f514dea1724845f31f9f (diff)
downloadchromium_src-2ce8ebf7dc12ffe8fa614804038778573472d269.zip
chromium_src-2ce8ebf7dc12ffe8fa614804038778573472d269.tar.gz
chromium_src-2ce8ebf7dc12ffe8fa614804038778573472d269.tar.bz2
Collapse InitializeOnAudioThread() into AudioManagerWin.
AudioManagerWin is the only one who needs this functionality and per scherkus it's okay to pass this to another thread so long as it's in the top level concrete class: "If you post a task using |this| inside of a concrete ctor (e.g., AMLinux, AMWin) it's functionally the same as executing it post-concrete-ctor as AudioManager::Create()." BUG=none TEST=none yet. Review URL: https://chromiumcodereview.appspot.com/11367028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165538 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/audio/audio_manager_base.h')
-rw-r--r--media/audio/audio_manager_base.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/media/audio/audio_manager_base.h b/media/audio/audio_manager_base.h
index 7372c61..57b4fe4 100644
--- a/media/audio/audio_manager_base.h
+++ b/media/audio/audio_manager_base.h
@@ -122,9 +122,6 @@ class MEDIA_EXPORT AudioManagerBase : public AudioManager {
// thread.
void NotifyAllOutputDeviceChangeListeners();
- // AudioManager implementation.
- virtual void InitializeOnAudioThread() OVERRIDE;
-
// Map of cached AudioOutputDispatcher instances. Must only be touched
// from the audio thread (no locking).
AudioOutputDispatchersMap output_dispatchers_;