| Index: ash/system/web_notification/web_notification_tray.h
|
| diff --git a/ash/system/web_notification/web_notification_tray.h b/ash/system/web_notification/web_notification_tray.h
|
| index 8b3aff86a5eb76547ad30d2f5630b044ac345b46..df7a663951dd0e19302a595b7cfee5a5dfb5e7d2 100644
|
| --- a/ash/system/web_notification/web_notification_tray.h
|
| +++ b/ash/system/web_notification/web_notification_tray.h
|
| @@ -126,7 +126,7 @@ class ASH_EXPORT WebNotificationTray
|
| bool ShouldShowQuietModeMenu(const ui::Event& event);
|
|
|
| // Shows the quiet mode menu.
|
| - void ShowQuietModeMenu();
|
| + void ShowQuietModeMenu(const ui::Event& event);
|
|
|
| internal::WebNotificationBubbleWrapper* message_center_bubble() const {
|
| return message_center_bubble_.get();
|
|
|