| Index: ash/common/system/tray_accessibility.cc
|
| diff --git a/ash/common/system/tray_accessibility.cc b/ash/common/system/tray_accessibility.cc
|
| index 4ee7f150020c39dfeed8f80c61ff103d568229c6..2e79edeeb35ec608a809a003bcbf6b5d2f75d2a5 100644
|
| --- a/ash/common/system/tray_accessibility.cc
|
| +++ b/ash/common/system/tray_accessibility.cc
|
| @@ -434,7 +434,7 @@ void TrayAccessibility::OnAccessibilityModeChanged(
|
| if ((notify == A11Y_NOTIFICATION_SHOW) && being_enabled != A11Y_NONE) {
|
| // Shows popup if |notify| is true and the spoken feedback is being enabled.
|
| request_popup_view_state_ = being_enabled;
|
| - PopupDetailedView(kTrayPopupAutoCloseDelayForTextInSeconds, false);
|
| + ShowDetailedView(kTrayPopupAutoCloseDelayForTextInSeconds, false);
|
| } else {
|
| if (detailed_popup_)
|
| detailed_popup_->GetWidget()->Close();
|
|
|