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

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

Issue 307733003: Tiny fixes for reset screen A11y. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Uncommented back. Created 6 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
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe_screen_reset.js ('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 71ed4c28d8834a18f63c69bd4b9c68c2aa18171b..63b4fb6f76a533203d75e55d2455b117aaa54e41 100644
--- a/chrome/browser/ui/webui/chromeos/login/reset_screen_handler.cc
+++ b/chrome/browser/ui/webui/chromeos/login/reset_screen_handler.cc
@@ -180,8 +180,8 @@ void ResetScreenHandler::DeclareLocalizedValues(
IDS_RESET_SCREEN_ROLLBACK_OPTION,
IDS_SHORT_PRODUCT_NAME);
builder->AddF("resetRevertPromise",
- IDS_RESET_SCREEN_PREPARING_REVERT_PROMISE,
- IDS_SHORT_PRODUCT_NAME);
+ IDS_RESET_SCREEN_PREPARING_REVERT_PROMISE,
+ IDS_SHORT_PRODUCT_NAME);
builder->AddF("resetRevertSpinnerMessage",
IDS_RESET_SCREEN_PREPARING_REVERT_SPINNER_MESSAGE,
IDS_SHORT_PRODUCT_NAME);
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe_screen_reset.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698