| Index: chrome/browser/tab_contents/render_view_context_menu.h
|
| diff --git a/chrome/browser/tab_contents/render_view_context_menu.h b/chrome/browser/tab_contents/render_view_context_menu.h
|
| index af04631ca072b761acd853522981cf94fa06c349..8e4e42c4f2f822ba25c06a302ef1a9457af0e8e9 100644
|
| --- a/chrome/browser/tab_contents/render_view_context_menu.h
|
| +++ b/chrome/browser/tab_contents/render_view_context_menu.h
|
| @@ -47,6 +47,9 @@ class RenderViewContextMenu : public ui::SimpleMenuModel::Delegate {
|
| virtual bool IsCommandIdChecked(int command_id) const;
|
| virtual bool IsCommandIdEnabled(int command_id) const;
|
| virtual void ExecuteCommand(int command_id);
|
| + virtual void ExecuteCommandWithDisposition(
|
| + int command_id,
|
| + WindowOpenDisposition disposition);
|
| virtual void MenuClosed();
|
|
|
| protected:
|
|
|