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

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

Issue 2516903002: PS - Adjusting Public Session login pod for expanded whitelisting (Closed)
Patch Set: Cache container div, this.parentNode Created 4 years, 1 month 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 | « no previous file | chrome/browser/ui/webui/signin/user_manager_screen_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 65b03082ce6fc78a0e0bd9be9a0e2c502cad52da..9efae546cc454471732adae2f27b24c30607005e 100644
--- a/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc
+++ b/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc
@@ -455,6 +455,19 @@ void SigninScreenHandler::DeclareLocalizedValues(
builder->Add("publicAccountEnter", IDS_LOGIN_PUBLIC_ACCOUNT_ENTER);
builder->Add("publicAccountEnterAccessibleName",
IDS_LOGIN_PUBLIC_ACCOUNT_ENTER_ACCESSIBLE_NAME);
+ builder->Add("publicAccountMonitoringWarning",
+ IDS_LOGIN_PUBLIC_ACCOUNT_MONITORING_WARNING);
+ builder->Add("publicAccountLearnMore", IDS_LOGIN_PUBLIC_ACCOUNT_LEARN_MORE);
+ builder->Add("publicAccountMonitoringInfo",
+ IDS_LOGIN_PUBLIC_ACCOUNT_MONITORING_INFO);
+ builder->Add("publicAccountMonitoringInfoItem1",
+ IDS_LOGIN_PUBLIC_ACCOUNT_MONITORING_INFO_ITEM_1);
+ builder->Add("publicAccountMonitoringInfoItem2",
+ IDS_LOGIN_PUBLIC_ACCOUNT_MONITORING_INFO_ITEM_2);
+ builder->Add("publicAccountMonitoringInfoItem3",
+ IDS_LOGIN_PUBLIC_ACCOUNT_MONITORING_INFO_ITEM_3);
+ builder->Add("publicAccountMonitoringInfoItem4",
+ IDS_LOGIN_PUBLIC_ACCOUNT_MONITORING_INFO_ITEM_4);
builder->Add("publicSessionSelectLanguage", IDS_LANGUAGE_SELECTION_SELECT);
builder->Add("publicSessionSelectKeyboard", IDS_KEYBOARD_SELECTION_SELECT);
builder->Add("removeUserWarningTextNonSyncNoStats", base::string16());
« no previous file with comments | « no previous file | chrome/browser/ui/webui/signin/user_manager_screen_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698