| Index: chromeos/dbus/fake_cras_audio_client.h
|
| diff --git a/chromeos/dbus/fake_cras_audio_client.h b/chromeos/dbus/fake_cras_audio_client.h
|
| index 8de816fe2b7ad23a2636a2d185f389cf9a0011da..84ae84f081316880f753c98802602b84d8c21b91 100644
|
| --- a/chromeos/dbus/fake_cras_audio_client.h
|
| +++ b/chromeos/dbus/fake_cras_audio_client.h
|
| @@ -40,6 +40,8 @@ class CHROMEOS_EXPORT FakeCrasAudioClient : public CrasAudioClient {
|
| void AddActiveOutputNode(uint64_t node_id) override;
|
| void RemoveActiveOutputNode(uint64_t node_id) override;
|
| void SwapLeftRight(uint64_t node_id, bool swap) override;
|
| + void SetGlobalOutputChannelRemix(int32_t channels,
|
| + const std::vector<double>& mixer) override;
|
| void WaitForServiceToBeAvailable(
|
| const WaitForServiceToBeAvailableCallback& callback) override;
|
|
|
|
|