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

Unified Diff: media/audio/audio_manager_base.cc

Issue 172243003: Fix the output device selection introduced by 163343002 (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebased Created 6 years, 10 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 | no next file » | 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 f9dcafe7fdecc1b160e14e8b36a5e18efb1e2fda..0b192523d4b3f65e624246b3c7b712053288a7da 100644
--- a/media/audio/audio_manager_base.cc
+++ b/media/audio/audio_manager_base.cc
@@ -39,7 +39,8 @@ struct AudioManagerBase::DispatcherParams {
const AudioParameters& output,
const std::string& output_device_id)
: input_params(input),
- output_params(output) {}
+ output_params(output),
+ output_device_id(output_device_id) {}
~DispatcherParams() {}
const AudioParameters input_params;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698