| Index: ash/common/system/tray_accessibility.cc
|
| diff --git a/ash/common/system/tray_accessibility.cc b/ash/common/system/tray_accessibility.cc
|
| index 273a93937a0aff907e732b51e109e1b83d867279..b0f5b4db38247497856a66cc0015636fb8d451cf 100644
|
| --- a/ash/common/system/tray_accessibility.cc
|
| +++ b/ash/common/system/tray_accessibility.cc
|
| @@ -291,6 +291,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
|
|
|