Index: content/shell/browser/shell_views.cc |
diff --git a/content/shell/browser/shell_views.cc b/content/shell/browser/shell_views.cc |
index e8e45522b14677f9e7b7d75f60f1ce5ae06fb3e5..5dcc7751898e188bc62f0245475fa3b1bafdc8d2 100644 |
--- a/content/shell/browser/shell_views.cc |
+++ b/content/shell/browser/shell_views.cc |
@@ -71,7 +71,7 @@ class ContextMenuModel : public ui::SimpleMenuModel, |
bool IsCommandIdChecked(int command_id) const override { return false; } |
bool IsCommandIdEnabled(int command_id) const override { return true; } |
bool GetAcceleratorForCommandId(int command_id, |
- ui::Accelerator* accelerator) override { |
+ ui::Accelerator* accelerator) const override { |
return false; |
} |
void ExecuteCommand(int command_id, int event_flags) override { |