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

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

Issue 1248613003: Issue 501916 : Add data type counts to profile deletion flow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ninth draft - singular/plural strings handled correctly Created 5 years, 3 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/chromeos/login/signin_screen_handler.cc
diff --git a/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc b/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc
index 6465c616122b78930ec1e76a057d1f162f6f889c..c1a16152c86eefcac3bad0c93f7ec26f83d8b464 100644
--- a/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc
+++ b/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc
@@ -436,8 +436,13 @@ void SigninScreenHandler::DeclareLocalizedValues(
IDS_LOGIN_PUBLIC_ACCOUNT_ENTER_ACCESSIBLE_NAME);
builder->Add("publicSessionSelectLanguage", IDS_LANGUAGE_SELECTION_SELECT);
builder->Add("publicSessionSelectKeyboard", IDS_KEYBOARD_SELECTION_SELECT);
- builder->Add("removeUserWarningText",
- base::string16());
+ builder->Add("removeUserWarningTextNonSyncNoStats", base::string16());
+ builder->Add("removeUserWarningTextHistory", base::string16());
+ builder->Add("removeUserWarningTextPasswords", base::string16());
+ builder->Add("removeUserWarningTextBookmarks", base::string16());
+ builder->Add("removeUserWarningTextSettings", base::string16());
+ builder->Add("removeUserWarningTextCalculating", base::string16());
+ builder->Add("removeUserWarningTextSyncNoStats", base::string16());
builder->AddF("removeLegacySupervisedUserWarningText",
IDS_LOGIN_POD_LEGACY_SUPERVISED_USER_REMOVE_WARNING,
base::UTF8ToUTF16(chrome::kSupervisedUserManagementDisplayURL));

Powered by Google App Engine
This is Rietveld 408576698