| 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 7ba80abba7f52a61e74af3b226afd32cbf744a6c..8de816fe2b7ad23a2636a2d185f389cf9a0011da 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 WaitForServiceToBeAvailable(
|
| + const WaitForServiceToBeAvailableCallback& callback) override;
|
|
|
| // Modifies an AudioNode from |node_list_| based on |audio_node.id|.
|
| // if the |audio_node.id| cannot be found in list, Add an
|
|
|