Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2548)

Unified Diff: ash/system/tray/system_tray_bubble.cc

Issue 13524005: Cleanup: remove NotifyAccessibilityEvent from views::Widget. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}
}
« no previous file with comments | « ash/system/chromeos/network/tray_network.cc ('k') | chrome/browser/ui/views/critical_notification_bubble_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698