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

Unified Diff: chrome/browser/ui/cocoa/profiles/user_manager_mac.h

Issue 2552473002: Display error message when user try to open a locked supervised user profile when force-sign-in is … (Closed)
Patch Set: sky's comments Created 4 years 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/app/generated_resources.grd ('k') | chrome/browser/ui/cocoa/profiles/user_manager_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/profiles/user_manager_mac.h
diff --git a/chrome/browser/ui/cocoa/profiles/user_manager_mac.h b/chrome/browser/ui/cocoa/profiles/user_manager_mac.h
index 4f61af6675c76b802816107aabe6d15104fd020b..91b5c0b82475a15931c82b07b6330c53516f118b 100644
--- a/chrome/browser/ui/cocoa/profiles/user_manager_mac.h
+++ b/chrome/browser/ui/cocoa/profiles/user_manager_mac.h
@@ -15,7 +15,7 @@
#include "chrome/browser/profiles/profile_window.h"
#include "components/signin/core/browser/signin_metrics.h"
-@class ReauthDialogWindowController;
+@class DialogWindowController;
@class UserManagerWindowController;
// Dialog widget that contains the Desktop User Manager webui. This object
@@ -44,10 +44,10 @@ class UserManagerMac {
void LogTimeToOpen();
- void ShowReauthDialog(content::BrowserContext* browser_context,
- const std::string& email,
- signin_metrics::Reason reason);
- void CloseReauthDialog();
+ void ShowDialog(content::BrowserContext* browser_context,
+ const std::string& email,
+ const GURL& url);
+ void CloseDialog();
void DisplayErrorMessage();
@@ -61,7 +61,7 @@ class UserManagerMac {
// Controller of the window.
base::scoped_nsobject<UserManagerWindowController> window_controller_;
- base::scoped_nsobject<ReauthDialogWindowController> reauth_window_;
+ base::scoped_nsobject<DialogWindowController> reauth_window_;
base::Time user_manager_started_showing_;
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/cocoa/profiles/user_manager_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698