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

Unified Diff: media/audio/audio_output_proxy.h

Issue 1490533002: Merge M48: "Ensure both default audio device IDs are handled for creation." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2564
Patch Set: Created 5 years, 1 month 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_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/audio_output_proxy.h
diff --git a/media/audio/audio_output_proxy.h b/media/audio/audio_output_proxy.h
index 504b4efbe44a1e151ff683bca9862b155638875b..d4fd56ca31855bf2936f4b55a939675cf7a06677 100644
--- a/media/audio/audio_output_proxy.h
+++ b/media/audio/audio_output_proxy.h
@@ -39,6 +39,10 @@ class MEDIA_EXPORT AudioOutputProxy
void GetVolume(double* volume) override;
void Close() override;
+ AudioOutputDispatcher* get_dispatcher_for_testing() const {
+ return dispatcher_.get();
+ }
+
private:
enum State {
kCreated,
« no previous file with comments | « media/audio/audio_manager_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698