| Index: chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc
|
| diff --git a/chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc b/chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc
|
| index 674459629c643bc302ce74be58929b8332a68fb4..f524049232085fbf0f2b9909fc60c79506ddf2a9 100644
|
| --- a/chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc
|
| +++ b/chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc
|
| @@ -199,6 +199,11 @@ class AccessibilityDelegateImpl : public ash::AccessibilityDelegate {
|
| return ash::A11Y_ALERT_NONE;
|
| }
|
|
|
| + virtual void PlayEarcon(int sound_key) OVERRIDE {
|
| + DCHECK(chromeos::AccessibilityManager::Get());
|
| + return chromeos::AccessibilityManager::Get()->PlayEarcon(sound_key);
|
| + }
|
| +
|
| virtual base::TimeDelta PlayShutdownSound() const OVERRIDE {
|
| return chromeos::AccessibilityManager::Get()->PlayShutdownSound();
|
| }
|
|
|