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

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: Rebase Created 4 years, 2 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 9b992a8131c12efc25773a3cb5c2aa3b606e851d..e309eae90f1f35b98e67c50228c11b3529bc49c8 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
@@ -622,6 +622,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},
« no previous file with comments | « chrome/browser/resources/settings/route.js ('k') | chrome/browser/ui/webui/settings/reset_settings_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698