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

Unified Diff: chrome/browser/ui/webui/signin/signin_create_profile_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_create_profile_handler.cc
diff --git a/chrome/browser/ui/webui/signin/signin_create_profile_handler.cc b/chrome/browser/ui/webui/signin/signin_create_profile_handler.cc
index 163557664f86df39a8701e8abc9bc73d7c715dbb..299151962f28f15447a83bbcab17afbbc5bfcb9b 100644
--- a/chrome/browser/ui/webui/signin/signin_create_profile_handler.cc
+++ b/chrome/browser/ui/webui/signin/signin_create_profile_handler.cc
@@ -429,8 +429,8 @@ void SigninCreateProfileHandler::OpenNewWindowForProfile(
}
void SigninCreateProfileHandler::OpenSigninDialogForProfile(Profile* profile) {
- UserManager::ShowSigninDialog(web_ui()->GetWebContents()->GetBrowserContext(),
- profile->GetPath());
+ UserManagerProfileDialog::ShowSigninDialog(
+ web_ui()->GetWebContents()->GetBrowserContext(), profile->GetPath());
}
void SigninCreateProfileHandler::ShowProfileCreationError(
« no previous file with comments | « chrome/browser/ui/webui/signin/login_ui_service.cc ('k') | chrome/browser/ui/webui/signin/signin_error_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698