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

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

Issue 2371303002: md-settings: add routing to chrome://settings/triggeredResetProfileSettings (Closed)
Patch Set: Nits Created 4 years, 3 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 6058ed50631e49914d35549d3fde60e6cf0d4fed..2672008a6a1272474ced1690a1121dbaa97b1c55 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
@@ -583,6 +583,9 @@ void AddResetStrings(content::WebUIDataSource* html_source) {
{"resetPageTitle", IDS_SETTINGS_RESET},
{"resetPageDescription", IDS_RESET_PROFILE_SETTINGS_DESCRIPTION},
{"resetPageExplanation", IDS_RESET_PROFILE_SETTINGS_EXPLANATION},
+ {"triggeredResetPageExplanation",
+ IDS_TRIGGERED_RESET_PROFILE_SETTINGS_EXPLANATION},
+ {"triggeredResetPageTitle", IDS_TRIGGERED_RESET_PROFILE_SETTINGS_TITLE},
{"resetPageCommit", IDS_RESET_PROFILE_SETTINGS_COMMIT_BUTTON},
{"resetPageFeedback", IDS_SETTINGS_RESET_PROFILE_FEEDBACK},
{"viewReportedSettings", IDS_SETTINGS_RESET_VIEW_REPORTED_SETTINGS},

Powered by Google App Engine
This is Rietveld 408576698