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 39ba0d31c3fd30803a780476aaadf1def9821eea..fd13b8b4158d082677eded78a30a83b4b87b4d79 100644 |
--- a/chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc |
+++ b/chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc |
@@ -148,6 +148,11 @@ class AccessibilityDelegateImpl : public ash::AccessibilityDelegate { |
ShouldShowAccessibilityMenu(); |
} |
+ virtual bool IsBrailleDisplayConnected() const OVERRIDE { |
+ DCHECK(chromeos::AccessibilityManager::Get()); |
+ return chromeos::AccessibilityManager::Get()->IsBrailleDisplayConnected(); |
+ } |
+ |
virtual void SilenceSpokenFeedback() const OVERRIDE { |
TtsController::GetInstance()->Stop(); |
} |