| Index: ash/system/tray/tray_bubble_view.cc
|
| diff --git a/ash/system/tray/tray_bubble_view.cc b/ash/system/tray/tray_bubble_view.cc
|
| index 88ca056e758948547d021019ac8a05e10602d72d..1acb55e650a1e3972b37d746b9959a0f4ffebe4f 100644
|
| --- a/ash/system/tray/tray_bubble_view.cc
|
| +++ b/ash/system/tray/tray_bubble_view.cc
|
| @@ -402,8 +402,7 @@ void TrayBubbleView::OnMouseExited(const views::MouseEvent& event) {
|
| void TrayBubbleView::GetAccessibleState(ui::AccessibleViewState* state) {
|
| if (params_.can_activate) {
|
| state->role = ui::AccessibilityTypes::ROLE_WINDOW;
|
| - state->name = l10n_util::GetStringUTF16(
|
| - IDS_ASH_STATUS_TRAY_ACCESSIBLE_NAME);
|
| + state->name = host_->GetAccessibleName();
|
| }
|
| }
|
|
|
|
|