| Index: chrome/browser/ui/ash/volume_controller_chromeos.cc
|
| diff --git a/chrome/browser/ui/ash/volume_controller_chromeos.cc b/chrome/browser/ui/ash/volume_controller_chromeos.cc
|
| index b8bd9bb9269aec31172c9dd29a2596f3d9eb8f94..8acade0210a1a9b287208a73e29861fce10ab14b 100644
|
| --- a/chrome/browser/ui/ash/volume_controller_chromeos.cc
|
| +++ b/chrome/browser/ui/ash/volume_controller_chromeos.cc
|
| @@ -30,7 +30,7 @@ bool VolumeAdjustSoundEnabled() {
|
|
|
| void PlayVolumeAdjustSound() {
|
| if (VolumeAdjustSoundEnabled())
|
| - ash::PlaySystemSoundAlways(chromeos::SOUND_VOLUME_ADJUST);
|
| + ash::PlaySystemSoundIfSpokenFeedback(chromeos::SOUND_VOLUME_ADJUST);
|
| }
|
|
|
| } // namespace
|
|
|