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

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

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.h
diff --git a/content/shell/browser/shell.h b/content/shell/browser/shell.h
index 59125cf25a1b07d18cfa05a3077cb655b2d392c2..ad8af8491ba21b4cc0fbe0d60d6fa32302d28fe3 100644
--- a/content/shell/browser/shell.h
+++ b/content/shell/browser/shell.h
@@ -159,7 +159,8 @@ class Shell : public WebContentsDelegate,
const base::string16& source_id) override;
void RendererUnresponsive(WebContents* source) override;
void ActivateContents(WebContents* contents) override;
- bool HandleContextMenu(const content::ContextMenuParams& params) override;
+ bool HandleContextMenu(RenderFrameHost* render_frame_host,
+ const content::ContextMenuParams& params) override;
static gfx::Size GetShellDefaultSize();

Powered by Google App Engine
This is Rietveld 408576698