Chromium Code Reviews| Index: chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc |
| diff --git a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc b/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc |
| index 5cc0624fb08826fc3246ec40f2064e2f426e95ca..2803a75cf28b31fbcf69c89ad6f2784c6d51e846 100644 |
| --- a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc |
| +++ b/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc |
| @@ -805,6 +805,10 @@ void AddPasswordsAndFormsStrings(content::WebUIDataSource* html_source) { |
| {"addCreditCardTitle", IDS_SETTINGS_ADD_CREDIT_CARD_TITLE}, |
| {"autofillDetail", IDS_SETTINGS_AUTOFILL_DETAIL}, |
| {"passwords", IDS_SETTINGS_PASSWORDS}, |
| + {"passwordsAutoSigninLabel", |
| + IDS_SETTINGS_PASSWORDS_AUTO_SIGNIN_CHECKBOX_LABEL}, |
|
michaelpg
2016/08/12 21:51:28
align w/ " here & below
also, make AUTO_SIGNIN un
hcarmona
2016/08/16 22:33:39
Done.
|
| + {"passwordsAutoSigninDescription", |
| + IDS_SETTINGS_PASSWORDS_AUTO_SIGNIN_CHECKBOX_DESC}, |
| {"passwordsDetail", IDS_SETTINGS_PASSWORDS_DETAIL}, |
| {"savedPasswordsHeading", IDS_SETTINGS_PASSWORDS_SAVED_HEADING}, |
| {"passwordExceptionsHeading", IDS_SETTINGS_PASSWORDS_EXCEPTIONS_HEADING}, |