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

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: Created 4 years, 11 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 a9d43ef4750c48f15cbc56a63c0bd07b37a3466e..2077661f20fb059f9d96d80f1e0a24d249caebd9 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
@@ -448,6 +448,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",
« no previous file with comments | « chrome/browser/resources/settings/settings_resources.grd ('k') | chrome/browser/ui/webui/settings/md_settings_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698