Index: ash/system/web_notification/web_notification_tray.cc |
diff --git a/ash/system/web_notification/web_notification_tray.cc b/ash/system/web_notification/web_notification_tray.cc |
index e59b24127973c2900f52fb1674e4fb89f41c649d..2b33e44b6d87edfa4d86ab26c9cdf8416aa78140 100644 |
--- a/ash/system/web_notification/web_notification_tray.cc |
+++ b/ash/system/web_notification/web_notification_tray.cc |
@@ -538,6 +538,10 @@ bool WebNotificationTray::ShowNotifierSettings() { |
return ShowMessageCenterInternal(true /* show_settings */); |
} |
+message_center::MessageCenterTray* WebNotificationTray::GetMessageCenterTray() { |
+ return message_center_tray_.get(); |
+} |
+ |
bool WebNotificationTray::IsPressed() { |
return IsMessageCenterBubbleVisible(); |
} |