| Index: chromeos/audio/cras_audio_handler.h
|
| diff --git a/chromeos/audio/cras_audio_handler.h b/chromeos/audio/cras_audio_handler.h
|
| index 57bf47de4fe13cc6def9e3815183e469b9e084cf..177e9e2f54e209c79add320456d465c20231adb6 100644
|
| --- a/chromeos/audio/cras_audio_handler.h
|
| +++ b/chromeos/audio/cras_audio_handler.h
|
| @@ -242,6 +242,7 @@ class CHROMEOS_EXPORT CrasAudioHandler : public CrasAudioClient::Observer,
|
| void NodesChanged() override;
|
| void ActiveOutputNodeChanged(uint64_t node_id) override;
|
| void ActiveInputNodeChanged(uint64_t node_id) override;
|
| + void OutputNodeVolumeChanged(uint64_t node_id, int volume) override;
|
|
|
| // AudioPrefObserver overrides.
|
| void OnAudioPolicyPrefChanged() override;
|
|
|