Index: content/browser/tab_contents/tab_contents_delegate.h |
diff --git a/content/browser/tab_contents/tab_contents_delegate.h b/content/browser/tab_contents/tab_contents_delegate.h |
index 0645128b9add09ea15037d25547eb3260f806efb..29f5ea5f34b289eda25167bdae9dc312edbd346d 100644 |
--- a/content/browser/tab_contents/tab_contents_delegate.h |
+++ b/content/browser/tab_contents/tab_contents_delegate.h |
@@ -212,8 +212,9 @@ class TabContentsDelegate { |
// Returns true if the context menu operation was handled by the delegate. |
virtual bool HandleContextMenu(const ContextMenuParams& params); |
- // Returns true if the context menu command was handled |
- virtual bool ExecuteContextMenuCommand(int command); |
+ // Returns true if the context menu command was handled. |
+ // event_flags is a bitsum of ui::EventFlags. |
+ virtual bool ExecuteContextMenuCommand(int command, int event_flags); |
// Shows the page info using the specified information. |
// |url| is the url of the page/frame the info applies to, |ssl| is the SSL |