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

Unified Diff: chrome/browser/chromeos/first_run/first_run_view.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: chrome/browser/chromeos/first_run/first_run_view.cc
diff --git a/chrome/browser/chromeos/first_run/first_run_view.cc b/chrome/browser/chromeos/first_run/first_run_view.cc
index 9e37277814126056f5e5947fefd9e67fe8cd2e48..59b7bea8fd7fed98705cdc08c3f9a1a417c8d9b3 100644
--- a/chrome/browser/chromeos/first_run/first_run_view.cc
+++ b/chrome/browser/chromeos/first_run/first_run_view.cc
@@ -53,8 +53,8 @@ content::WebContents* FirstRunView::GetWebContents() {
return web_view_->web_contents();
}
-bool FirstRunView::HandleContextMenu(
- const content::ContextMenuParams& params) {
+bool FirstRunView::HandleContextMenu(RenderFrameHost* render_frame_host,
+ const content::ContextMenuParams& params) {
// Discards context menu.
return true;
}

Powered by Google App Engine
This is Rietveld 408576698