Index: ash/system/status_area_widget.cc |
diff --git a/ash/system/status_area_widget.cc b/ash/system/status_area_widget.cc |
index f4d8420e6d5cf46ec8ea6ab62a55545b7fb69819..527edf25b6d27748f5ffd14db828544d32e6dec4 100644 |
--- a/ash/system/status_area_widget.cc |
+++ b/ash/system/status_area_widget.cc |
@@ -70,7 +70,7 @@ void StatusAreaWidget::Shutdown() { |
bool StatusAreaWidget::ShouldShowLauncher() const { |
if ((system_tray_ && system_tray_->ShouldShowLauncher()) || |
(web_notification_tray_ && |
- web_notification_tray_->IsMessageCenterBubbleVisible())) |
+ web_notification_tray_->ShouldBlockLauncherAutoHide())) |
return true; |
if (!RootWindowController::ForLauncher(GetNativeView())->shelf()->IsVisible()) |