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

Unified Diff: chrome/browser/ui/webui/profile_helper.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/profile_helper.cc
diff --git a/chrome/browser/ui/webui/profile_helper.cc b/chrome/browser/ui/webui/profile_helper.cc
index 217cfaf46579b33bdc9755ffa367ab447144a16c..888e7de769c7d736d32bec41698b5433a6af891f 100644
--- a/chrome/browser/ui/webui/profile_helper.cc
+++ b/chrome/browser/ui/webui/profile_helper.cc
@@ -26,7 +26,7 @@ namespace {
void ShowSigninDialog(base::FilePath signin_profile_path,
Profile* system_profile,
Profile::CreateStatus status) {
- UserManager::ShowSigninDialog(system_profile, signin_profile_path);
+ UserManagerDialog::ShowSigninDialog(system_profile, signin_profile_path);
}
void DeleteProfileCallback(std::unique_ptr<ScopedKeepAlive> keep_alive,

Powered by Google App Engine
This is Rietveld 408576698