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

Unified Diff: media/audio/audio_system_impl.h

Issue 2697033006: Switching MediaStreamManager from using AudioManager to AudioSystem (Closed)
Patch Set: weak pointers removed Created 3 years, 9 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_system.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/audio_system_impl.h
diff --git a/media/audio/audio_system_impl.h b/media/audio/audio_system_impl.h
index dd9342c81812f420b22ce1bf1c351c567ad0dc75..7b8dfc87b43ffc14028d10051537af8d4b4a0f70 100644
--- a/media/audio/audio_system_impl.h
+++ b/media/audio/audio_system_impl.h
@@ -31,14 +31,14 @@ class MEDIA_EXPORT AudioSystemImpl : public AudioSystem {
void HasInputDevices(OnBoolCallback on_has_devices_cb) const override;
+ base::SingleThreadTaskRunner* GetTaskRunner() const override;
+
AudioManager* GetAudioManager() const override;
protected:
AudioSystemImpl(AudioManager* audio_manager);
private:
- base::SingleThreadTaskRunner* GetTaskRunner() const;
-
AudioManager* const audio_manager_;
DISALLOW_COPY_AND_ASSIGN(AudioSystemImpl);
« no previous file with comments | « media/audio/audio_system.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698