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

Unified Diff: chromeos/dbus/fake_cras_audio_client.cc

Issue 1840913002: A11y setting: mono audio UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: chromeos/dbus/fake_cras_audio_client.cc
diff --git a/chromeos/dbus/fake_cras_audio_client.cc b/chromeos/dbus/fake_cras_audio_client.cc
index 7e11875e6f32f31530fc751e7cdf08e5a79e4911..15603915e13955965ddf7cfa9b29027370bf34fe 100644
--- a/chromeos/dbus/fake_cras_audio_client.cc
+++ b/chromeos/dbus/fake_cras_audio_client.cc
@@ -167,6 +167,9 @@ void FakeCrasAudioClient::RemoveActiveInputNode(uint64_t node_id) {
void FakeCrasAudioClient::SwapLeftRight(uint64_t node_id, bool swap) {}
+void FakeCrasAudioClient::SetGlobalOutputChannelRemix(
+ int32_t channels, const std::vector<double>& mixer) {}
+
void FakeCrasAudioClient::AddActiveOutputNode(uint64_t node_id) {
for (size_t i = 0; i < node_list_.size(); ++i) {
if (node_list_[i].id == node_id)

Powered by Google App Engine
This is Rietveld 408576698