| 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 1d18f9453628f2bce12a9edf5ef8c32919732819..7550648260124651a095087951ac5bbbaf0d9e4f 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
|
| @@ -20,6 +20,7 @@
|
| #include "chrome/grit/settings_chromium_strings.h"
|
| #include "chrome/grit/settings_google_chrome_strings.h"
|
| #include "chrome/grit/settings_strings.h"
|
| +#include "components/autofill/core/common/autofill_constants.h"
|
| #include "components/google/core/browser/google_util.h"
|
| #include "components/password_manager/core/browser/password_manager_constants.h"
|
| #include "content/public/browser/web_ui_data_source.h"
|
| @@ -760,6 +761,8 @@ void AddPeopleStrings(content::WebUIDataSource* html_source) {
|
| {"bookmarksCheckboxLabel", IDS_SETTINGS_BOOKMARKS_CHECKBOX_LABEL},
|
| {"passwordsCheckboxLabel", IDS_SETTINGS_PASSWORDS_CHECKBOX_LABEL},
|
| {"openTabsCheckboxLabel", IDS_SETTINGS_OPEN_TABS_CHECKBOX_LABEL},
|
| + {"enablePaymentsIntegrationCheckboxLabel",
|
| + IDS_SETTINGS_ENABLE_PAYMENTS_INTEGRATION_CHECKBOX_LABEL},
|
| {"encryptionOptionsTitle", IDS_SETTINGS_ENCRYPTION_OPTIONS},
|
| {"syncDataEncryptedText", IDS_SETTINGS_SYNC_DATA_ENCRYPTED_TEXT},
|
| {"encryptWithGoogleCredentialsLabel",
|
| @@ -785,6 +788,7 @@ void AddPeopleStrings(content::WebUIDataSource* html_source) {
|
| AddLocalizedStringsBulk(html_source, localized_strings,
|
| arraysize(localized_strings));
|
|
|
| + html_source->AddString("autofillHelpURL", autofill::kHelpURL);
|
| html_source->AddString("supervisedUsersUrl",
|
| chrome::kLegacySupervisedUserManagementURL);
|
| std::string disconnect_help_url =
|
|
|