| 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 4813d0d825a84bbf6e6fa63b15000d98902b4d12..2a615e0d4dc41128590db1348ef91a92c039e23a 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;
|
| }
|
|
|
|
|