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

Unified Diff: chrome/browser/chromeos/dom_ui/accounts_options_handler.cc

Issue 3071013: Revert "Revert 53989 - Implement new mock for user options page per chromium-os:5028" (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 5 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/chromeos/cros_settings_names.cc ('k') | chrome/browser/chromeos/mock_cros_settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/dom_ui/accounts_options_handler.cc
diff --git a/chrome/browser/chromeos/dom_ui/accounts_options_handler.cc b/chrome/browser/chromeos/dom_ui/accounts_options_handler.cc
index 9ca1730f8e0aba6a370ddfe377578ab43091327a..8b594c46ff3409b3bda21f57db07215f9e16469b 100644
--- a/chrome/browser/chromeos/dom_ui/accounts_options_handler.cc
+++ b/chrome/browser/chromeos/dom_ui/accounts_options_handler.cc
@@ -28,19 +28,14 @@ void AccountsOptionsHandler::GetLocalizedValues(
IDS_OPTIONS_ACCOUNTS_ALLOW_BWSI_DESCRIPTION));
localized_strings->SetString(L"allow_guest",l10n_util::GetString(
IDS_OPTIONS_ACCOUNTS_ALLOW_GUEST_DESCRIPTION));
- localized_strings->SetString(L"user_list_title",l10n_util::GetString(
- IDS_OPTIONS_ACCOUNTS_USER_LIST_TITLE));
- localized_strings->SetString(L"add_user",l10n_util::GetString(
- IDS_OPTIONS_ACCOUNTS_ADD_USER));
- localized_strings->SetString(L"remove_user",l10n_util::GetString(
- IDS_OPTIONS_ACCOUNTS_REMOVE_USER));
- localized_strings->SetString(L"add_user_email",l10n_util::GetString(
- IDS_OPTIONS_ACCOUNTS_EMAIL_LABEL));
-
- localized_strings->SetString(L"ok_label",l10n_util::GetString(
- IDS_OK));
- localized_strings->SetString(L"cancel_label",l10n_util::GetString(
- IDS_CANCEL));
+ localized_strings->SetString(L"show_user_on_signin",l10n_util::GetString(
+ IDS_OPTIONS_ACCOUNTS_SHOW_USER_NAMES_ON_SINGIN_DESCRIPTION));
+ localized_strings->SetString(L"username_edit_hint",l10n_util::GetString(
+ IDS_OPTIONS_ACCOUNTS_USERNAME_EDIT_HINT));
+ localized_strings->SetString(L"username_format",l10n_util::GetString(
+ IDS_OPTIONS_ACCOUNTS_USERNAME_FORMAT));
+ localized_strings->SetString(L"add_users",l10n_util::GetString(
+ IDS_OPTIONS_ACCOUNTS_ADD_USERS));
}
} // namespace chromeos
« no previous file with comments | « chrome/browser/chromeos/cros_settings_names.cc ('k') | chrome/browser/chromeos/mock_cros_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698