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

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

Issue 1714043003: Settings People Revamp: Change Picture Minor accessibility upgrades (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix closure compile Created 4 years, 10 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/resources/settings/people_page/compiled_resources.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 36c43b5f27fc0ba6dcb105315ae7baf1841f5463..9f9601e7fff007991837c1cbe1b3786479f919f3 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
@@ -510,6 +510,8 @@ void AddPeopleStrings(content::WebUIDataSource* html_source) {
IDS_SETTINGS_CHANGE_PICTURE_CHOOSE_FILE);
html_source->AddLocalizedString("profilePhoto",
IDS_SETTINGS_CHANGE_PICTURE_PROFILE_PHOTO);
+ html_source->AddLocalizedString("oldPhoto",
+ IDS_SETTINGS_CHANGE_PICTURE_OLD_PHOTO);
html_source->AddLocalizedString(
"profilePhotoLoading", IDS_SETTINGS_CHANGE_PICTURE_PROFILE_LOADING_PHOTO);
html_source->AddLocalizedString("previewAltText",
« no previous file with comments | « chrome/browser/resources/settings/people_page/compiled_resources.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698