| 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 b415956eeab52394be128b3f5e8e4b19a415af20..84b834a4cb1268c7c22020f3eae57e27aba82854 100644
|
| --- a/chrome/browser/ui/ash/chrome_shell_delegate_views.cc
|
| +++ b/chrome/browser/ui/ash/chrome_shell_delegate_views.cc
|
| @@ -116,7 +116,7 @@ class EmptyAccessibilityDelegate : public ash::AccessibilityDelegate {
|
| return std::numeric_limits<double>::min();
|
| }
|
|
|
| - virtual bool ShouldAlwaysShowAccessibilityMenu() const OVERRIDE {
|
| + virtual bool ShouldShowAccessibilityMenu() const OVERRIDE {
|
| return false;
|
| }
|
|
|
|
|