| Index: ash/common/system/web_notification/web_notification_tray.cc
|
| diff --git a/ash/common/system/web_notification/web_notification_tray.cc b/ash/common/system/web_notification/web_notification_tray.cc
|
| index 5ab3774301fdc36f86d40f0f2d24f445ea870cac..feba9fffdf06e91fba9d42e6d2c0e151a1782607 100644
|
| --- a/ash/common/system/web_notification/web_notification_tray.cc
|
| +++ b/ash/common/system/web_notification/web_notification_tray.cc
|
| @@ -448,12 +448,6 @@ bool WebNotificationTray::IsCommandIdEnabled(int command_id) const {
|
| return true;
|
| }
|
|
|
| -bool WebNotificationTray::GetAcceleratorForCommandId(
|
| - int command_id,
|
| - ui::Accelerator* accelerator) const {
|
| - return false;
|
| -}
|
| -
|
| void WebNotificationTray::ExecuteCommand(int command_id, int event_flags) {
|
| if (command_id == kToggleQuietMode) {
|
| bool in_quiet_mode = message_center()->IsQuietMode();
|
|
|