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

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

Issue 3074010: Revert 53989 - Implement new mock for user options page per chromium-os:5028... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
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
===================================================================
--- chrome/browser/chromeos/dom_ui/accounts_options_handler.cc (revision 54126)
+++ chrome/browser/chromeos/dom_ui/accounts_options_handler.cc (working copy)
@@ -28,14 +28,19 @@
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"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));
+ 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));
}
} // 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