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

Unified Diff: chrome/browser/chromeos/login/ui/webui_login_view.cc

Issue 2089933002: Context Menu Refactor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed unnecessary code 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/login/ui/webui_login_view.cc
diff --git a/chrome/browser/chromeos/login/ui/webui_login_view.cc b/chrome/browser/chromeos/login/ui/webui_login_view.cc
index fda501d359fb080cf553505c55409085cef6056e..eb7d068ae118d8ac42a399e885c56cab18a9d2b6 100644
--- a/chrome/browser/chromeos/login/ui/webui_login_view.cc
+++ b/chrome/browser/chromeos/login/ui/webui_login_view.cc
@@ -395,8 +395,9 @@ void WebUILoginView::Observe(int type,
// WebUILoginView private: -----------------------------------------------------
bool WebUILoginView::HandleContextMenu(
+ RenderFrameHost* render_frame_host,
const content::ContextMenuParams& params) {
- // Do not show the context menu.
+// Do not show the context menu.
no sievers 2016/06/23 23:16:41 nit: I'd remove this silly comment which doesn't e
amaralp 2016/06/24 00:45:49 Done.
#ifndef NDEBUG
return false;
#else

Powered by Google App Engine
This is Rietveld 408576698