| Index: ash/system/tray/system_tray_bubble.cc
|
| diff --git a/ash/system/tray/system_tray_bubble.cc b/ash/system/tray/system_tray_bubble.cc
|
| index 248e39f4e84ebac6cf6a0ca18c8e1368fcdb4170..77d1056de1872d941b68319374146c449bda3d9b 100644
|
| --- a/ash/system/tray/system_tray_bubble.cc
|
| +++ b/ash/system/tray/system_tray_bubble.cc
|
| @@ -264,8 +264,8 @@ void SystemTrayBubble::InitView(views::View* anchor,
|
| CreateItemViews(login_status);
|
|
|
| if (bubble_view_->CanActivate()) {
|
| - bubble_view_->GetWidget()->NotifyAccessibilityEvent(
|
| - bubble_view_, ui::AccessibilityTypes::EVENT_ALERT, true);
|
| + bubble_view_->NotifyAccessibilityEvent(
|
| + ui::AccessibilityTypes::EVENT_ALERT, true);
|
| }
|
| }
|
|
|
|
|