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

Unified Diff: chrome/browser/ui/webui/signin/signin_error_handler.cc

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
Index: chrome/browser/ui/webui/signin/signin_error_handler.cc
diff --git a/chrome/browser/ui/webui/signin/signin_error_handler.cc b/chrome/browser/ui/webui/signin/signin_error_handler.cc
index 4111b6a52e9ce6c7259f8995a17c9a4bc6ac663f..c42f4a033011c7eb77143acdc1003f6eaa11de65 100644
--- a/chrome/browser/ui/webui/signin/signin_error_handler.cc
+++ b/chrome/browser/ui/webui/signin/signin_error_handler.cc
@@ -83,7 +83,7 @@ void SigninErrorHandler::CloseDialog() {
if (is_system_profile_) {
// Avoid closing the user manager window when the error message is displayed
// without browser window.
- UserManager::HideReauthDialog();
+ UserManagerProfileDialog::HideDialog();
} else {
Browser* browser = signin::GetDesktopBrowser(web_ui());
DCHECK(browser);
« no previous file with comments | « chrome/browser/ui/webui/signin/signin_create_profile_handler.cc ('k') | chrome/browser/ui/webui/signin/signin_error_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698