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

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

Issue 2025433002: MD User Manager: Display error message when all profiles are locked. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comment Created 4 years, 7 months 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/md_user_manager_ui.cc
diff --git a/chrome/browser/ui/webui/signin/md_user_manager_ui.cc b/chrome/browser/ui/webui/signin/md_user_manager_ui.cc
index 49380d341caa85a9981f3cc6447bb135006b1ced..a181750fdf41508f54d65421e7b065db70c71c08 100644
--- a/chrome/browser/ui/webui/signin/md_user_manager_ui.cc
+++ b/chrome/browser/ui/webui/signin/md_user_manager_ui.cc
@@ -65,6 +65,8 @@ content::WebUIDataSource* MDUserManagerUI::CreateUIDataSource(
source->AddResourcePath("control_bar.js", IDR_MD_CONTROL_BAR_JS);
source->AddResourcePath("create_profile.html", IDR_MD_CREATE_PROFILE_HTML);
source->AddResourcePath("create_profile.js", IDR_MD_CREATE_PROFILE_JS);
+ source->AddResourcePath("error_dialog.html", IDR_MD_ERROR_DIALOG_HTML);
+ source->AddResourcePath("error_dialog.js", IDR_MD_ERROR_DIALOG_JS);
source->AddResourcePath("icons.html", IDR_MD_USER_MANAGER_ICONS_HTML);
source->AddResourcePath("import_supervised_user.html",
IDR_MD_IMPORT_SUPERVISED_USER_HTML);
« no previous file with comments | « chrome/browser/resources/md_user_manager/user_manager.js ('k') | chrome/browser/ui/webui/signin/user_manager_screen_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698