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

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

Issue 2971823002: Cleanup Tool WebUI: Add logs upload checkbox and minor polishing (Closed)
Patch Set: Minor fixes Created 3 years, 5 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 a4c40064daf1ade7296d1a4b97d2ae240dcd605f..948c88a21f3a01edee3c39ac23b9532d0def253f 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
@@ -788,6 +788,7 @@ void AddChromeCleanupStrings(content::WebUIDataSource* html_source) {
{"chromeCleanupDoneButtonLabel",
IDS_CHROME_CLEANUP_WEBUI_DONE_BUTTON_LABEL},
{"chromeCleanupLinkShowFiles", IDS_CHROME_CLEANUP_WEBUI_LINK_SHOW_FILES},
+ {"chromeCleanupLogsUploadPermission", IDS_CHROME_CLEANUP_LOGS_PERMISSION},
{"chromeCleanupRemoveButtonLabel",
IDS_CHROME_CLEANUP_WEBUI_REMOVE_BUTTON_LABEL},
{"chromeCleanupRestartButtonLabel",
@@ -801,6 +802,8 @@ void AddChromeCleanupStrings(content::WebUIDataSource* html_source) {
};
AddLocalizedStringsBulk(html_source, localized_strings,
arraysize(localized_strings));
+ html_source->AddString("chromeCleanupLearnMoreUrl",
+ chrome::kChromeCleanerLearnMoreURL);
}
#endif // defined(OS_WIN)

Powered by Google App Engine
This is Rietveld 408576698