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

Unified Diff: chrome/browser/ui/views/profiles/user_manager_view.h

Issue 2168953002: Disables the context menu in User Manager's reauth dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comment Created 4 years, 4 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 | « chrome/browser/ui/user_manager.cc ('k') | chrome/browser/ui/views/profiles/user_manager_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/profiles/user_manager_view.h
diff --git a/chrome/browser/ui/views/profiles/user_manager_view.h b/chrome/browser/ui/views/profiles/user_manager_view.h
index b4b39bb364d0500ec553a414d4498ace4a1216aa..8de45f806d8665055199dc5dc3866e9cf6aeb670 100644
--- a/chrome/browser/ui/views/profiles/user_manager_view.h
+++ b/chrome/browser/ui/views/profiles/user_manager_view.h
@@ -20,7 +20,7 @@ class ScopedKeepAlive;
class UserManagerView;
class ReauthDelegate : public views::DialogDelegateView,
- public UserManager::ReauthDialogObserver {
+ public UserManager::BaseReauthDialogDelegate {
public:
ReauthDelegate(UserManagerView* parent,
views::WebView* web_view,
@@ -28,7 +28,7 @@ class ReauthDelegate : public views::DialogDelegateView,
signin_metrics::Reason reason);
~ReauthDelegate() override;
- // UserManager::ReauthObserver:
+ // UserManager::BaseReauthDialogDelegate:
void CloseReauthDialog() override;
private:
« no previous file with comments | « chrome/browser/ui/user_manager.cc ('k') | chrome/browser/ui/views/profiles/user_manager_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698