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

Unified Diff: chrome/browser/automation/automation_provider_win.cc

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: make this patch applicable to the latest trunk Created 9 years, 6 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
« no previous file with comments | « no previous file | chrome/browser/event_disposition.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/automation/automation_provider_win.cc
diff --git a/chrome/browser/automation/automation_provider_win.cc b/chrome/browser/automation/automation_provider_win.cc
index 997cfe026dcd4a44be43bf47e04f5d2a6e7104a3..330eabfe4f88dc8ce2d628693fdc53b09a1cd774 100644
--- a/chrome/browser/automation/automation_provider_win.cc
+++ b/chrome/browser/automation/automation_provider_win.cc
@@ -363,7 +363,7 @@ void AutomationProvider::OnForwardContextMenuCommandToChrome(int tab_handle,
return;
}
- tab_contents->delegate()->ExecuteContextMenuCommand(command);
+ tab_contents->delegate()->ExecuteContextMenuCommand(command, 0);
}
}
« no previous file with comments | « no previous file | chrome/browser/event_disposition.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698