| Index: chrome/browser/ui/ash/chrome_shell_delegate_views.cc
|
| diff --git a/chrome/browser/ui/ash/chrome_shell_delegate_views.cc b/chrome/browser/ui/ash/chrome_shell_delegate_views.cc
|
| index be2e38d203372858f3792e9028cbc49a4063f629..da5d27c53a423cee483fa711d5b9604c74f7f1e1 100644
|
| --- a/chrome/browser/ui/ash/chrome_shell_delegate_views.cc
|
| +++ b/chrome/browser/ui/ash/chrome_shell_delegate_views.cc
|
| @@ -121,6 +121,8 @@ class EmptyAccessibilityDelegate : public ash::AccessibilityDelegate {
|
| return false;
|
| }
|
|
|
| + virtual bool IsBrailleDisplayConnected() const OVERRIDE { return false; }
|
| +
|
| virtual void SilenceSpokenFeedback() const OVERRIDE {
|
| }
|
|
|
|
|