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

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: refacotr 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..b35219ed57e74f4c074fc8664e96db6c7bfd8198 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());
+ UserManagerDialog::ShowSigninDialog(
+ web_ui()->GetWebContents()->GetBrowserContext(), profile->GetPath());
}
void SigninCreateProfileHandler::ShowProfileCreationError(

Powered by Google App Engine
This is Rietveld 408576698