| Index: ash/common/system/tray_accessibility.cc
|
| diff --git a/ash/common/system/tray_accessibility.cc b/ash/common/system/tray_accessibility.cc
|
| index 055ececc8f014f21f1eb3b138fd09b9ecbd5b005..6f997a832844c8ed3f40cb3e8e45f3bfe95f917b 100644
|
| --- a/ash/common/system/tray_accessibility.cc
|
| +++ b/ash/common/system/tray_accessibility.cc
|
| @@ -303,6 +303,9 @@ void AccessibilityDetailedView::HandleButtonPressed(views::Button* sender,
|
| tray_delegate->ShowAccessibilityHelp();
|
| else if (sender == settings_view_)
|
| tray_delegate->ShowAccessibilitySettings();
|
| + else
|
| + return;
|
| + owner()->system_tray()->CloseSystemBubble();
|
| }
|
|
|
| } // namespace tray
|
|
|