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

Unified Diff: chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc

Issue 2237533002: Add checkbox to allow auto signing in with a saved password. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix closure Created 4 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/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},

Powered by Google App Engine
This is Rietveld 408576698