Index: content/browser/tab_contents/tab_contents_delegate.cc |
diff --git a/content/browser/tab_contents/tab_contents_delegate.cc b/content/browser/tab_contents/tab_contents_delegate.cc |
index df709a7f3549d644f105f444c44fa39572fa83ec..e3a2e2b990a42d557116e4d48d3b772af0bacb10 100644 |
--- a/content/browser/tab_contents/tab_contents_delegate.cc |
+++ b/content/browser/tab_contents/tab_contents_delegate.cc |
@@ -94,7 +94,8 @@ bool TabContentsDelegate::HandleContextMenu(const ContextMenuParams& params) { |
return false; |
} |
-bool TabContentsDelegate::ExecuteContextMenuCommand(int command) { |
+bool TabContentsDelegate::ExecuteContextMenuCommand(int command, |
+ int event_flags) { |
return false; |
} |