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

Unified Diff: content/shell/browser/shell.cc

Issue 2089933002: Context Menu Refactor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixing nits Created 4 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
Index: content/shell/browser/shell.cc
diff --git a/content/shell/browser/shell.cc b/content/shell/browser/shell.cc
index c6cf3527723445d821faaf5d7219d942f6f27210..9232dce55c561b6fccb6a5a08adddd9af894cbac 100644
--- a/content/shell/browser/shell.cc
+++ b/content/shell/browser/shell.cc
@@ -441,7 +441,8 @@ void Shell::ActivateContents(WebContents* contents) {
contents->GetRenderViewHost()->GetWidget()->Focus();
}
-bool Shell::HandleContextMenu(const content::ContextMenuParams& params) {
+bool Shell::HandleContextMenu(RenderFrameHost* render_frame_host,
+ const content::ContextMenuParams& params) {
return PlatformHandleContextMenu(params);
}

Powered by Google App Engine
This is Rietveld 408576698