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

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: refactor 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
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..82e1c40709b0286c4d22962df9f47e29365df466 100644
--- a/chrome/browser/ui/cocoa/profiles/user_manager_mac.h
+++ b/chrome/browser/ui/cocoa/profiles/user_manager_mac.h
@@ -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();

Powered by Google App Engine
This is Rietveld 408576698