| Index: chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.cc b/chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| index 9912fc992bf065200f431887240a7b334aaba0cf..43b8762de65e8887824f45cf2c96d877d7aee69b 100644
|
| --- a/chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| +++ b/chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| @@ -312,11 +312,6 @@ class AccessibilityDelegateImpl : public ash::AccessibilityDelegate {
|
| return ash::A11Y_ALERT_NONE;
|
| }
|
|
|
| - void PlaySpokenFeedbackToggleCountdown(int tick_count) override {
|
| - DCHECK(AccessibilityManager::Get());
|
| - AccessibilityManager::Get()->PlaySpokenFeedbackToggleCountdown(tick_count);
|
| - }
|
| -
|
| void PlayEarcon(int sound_key) override {
|
| DCHECK(AccessibilityManager::Get());
|
| AccessibilityManager::Get()->PlayEarcon(
|
|
|