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

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

Issue 1536593004: Settings People Revamp: Implement Chrome Profile name/icon selection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gn build Created 5 years 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 10e08880c0d2f401acbe4e3225e2211387473092..0cfa356e2264a7866713c04e8d630d810a1a0458 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
@@ -447,6 +447,11 @@ void AddPeopleStrings(content::WebUIDataSource* html_source) {
html_source->AddLocalizedString("peoplePageTitle", IDS_SETTINGS_PEOPLE);
html_source->AddLocalizedString("manageOtherPeople",
IDS_SETTINGS_PEOPLE_MANAGE_OTHER_PEOPLE);
+
+#if !defined(OS_CHROMEOS)
+ html_source->AddLocalizedString("editPerson", IDS_SETTINGS_EDIT_PERSON);
+#endif
+
html_source->AddLocalizedString("syncOverview", IDS_SETTINGS_SYNC_OVERVIEW);
html_source->AddLocalizedString("syncSignin", IDS_SETTINGS_SYNC_SIGNIN);
html_source->AddLocalizedString("syncDisconnect",

Powered by Google App Engine
This is Rietveld 408576698