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

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: Sixth draft Created 5 years, 4 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 31c06b61a73942f6ece4862b7918115f1b544a92..7dcc5727237585805316ea8c8232d80e302524b8 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,16 @@ 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("removeUserWarningTextNonSync", 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("removeUserWarningTextSync", base::string16());
+ builder->Add("removeUserWarningTextSyncNoStats", base::string16());
+ builder->Add("removeUserWarningManageLinkSync", 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