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 787c46e05a20a95089516f1ab861fcb40bcea7f9..fb05f83a083d37d3d5c4def299a9c64ba95e9816 100644 |
--- a/ash/common/system/web_notification/web_notification_tray.cc |
+++ b/ash/common/system/web_notification/web_notification_tray.cc |
@@ -450,7 +450,7 @@ bool WebNotificationTray::IsCommandIdEnabled(int command_id) const { |
bool WebNotificationTray::GetAcceleratorForCommandId( |
int command_id, |
- ui::Accelerator* accelerator) { |
+ ui::Accelerator* accelerator) const { |
return false; |
} |