Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3892)

Unified Diff: chrome/browser/tab_contents/render_view_context_menu.h

Issue 6893046: added CTRL+Click and SHIFT+Click handler for context menu, Back and Forward. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698