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

Unified Diff: chrome/browser/ui/webui/chromeos/login/reset_screen_handler.cc

Issue 2756863002: ChromeOS: Powerwash UI update (Closed)
Patch Set: merge Created 3 years, 8 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
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe_text_button.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/chromeos/login/reset_screen_handler.cc
diff --git a/chrome/browser/ui/webui/chromeos/login/reset_screen_handler.cc b/chrome/browser/ui/webui/chromeos/login/reset_screen_handler.cc
index 38a49d3c66d53fd5a6a6149a9c241ab201081306..e786e4329b3405e6f1c4a2a434c12379e5b20332 100644
--- a/chrome/browser/ui/webui/chromeos/login/reset_screen_handler.cc
+++ b/chrome/browser/ui/webui/chromeos/login/reset_screen_handler.cc
@@ -52,6 +52,8 @@ void ResetScreenHandler::DeclareLocalizedValues(
builder->Add("resetScreenTitle", IDS_RESET_SCREEN_TITLE);
builder->Add("resetScreenAccessibleTitle", IDS_RESET_SCREEN_TITLE);
builder->Add("resetScreenIconTitle", IDS_RESET_SCREEN_ICON_TITLE);
+ builder->Add("resetScreenIllustrationTitle",
+ IDS_RESET_SCREEN_ILLUSTRATION_TITLE);
builder->Add("cancelButton", IDS_CANCEL);
builder->Add("resetButtonRestart", IDS_RELAUNCH_BUTTON);
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe_text_button.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698