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

Unified Diff: chrome/browser/ui/signin_view_controller_delegate.h

Issue 2093563003: Disable the Context Menu in the tab-modal signin dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reorder functions to match header file order. 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
« no previous file with comments | « no previous file | chrome/browser/ui/signin_view_controller_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/signin_view_controller_delegate.h
diff --git a/chrome/browser/ui/signin_view_controller_delegate.h b/chrome/browser/ui/signin_view_controller_delegate.h
index a504d1340df8d0d2c0aa2280fdc87418d961a252..f2e767a4382002f71b5ea41659534ed856da3343 100644
--- a/chrome/browser/ui/signin_view_controller_delegate.h
+++ b/chrome/browser/ui/signin_view_controller_delegate.h
@@ -45,6 +45,9 @@ class SigninViewControllerDelegate : public content::WebContentsDelegate {
// content, in pixels.
virtual void ResizeNativeView(int height) = 0;
+ // content::WebContentsDelegate:
+ bool HandleContextMenu(const content::ContextMenuParams& params) override;
+
protected:
SigninViewControllerDelegate(SigninViewController* signin_view_controller,
content::WebContents* web_contents);
« no previous file with comments | « no previous file | chrome/browser/ui/signin_view_controller_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698