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

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

Issue 2110653003: CUPS: MD Settings printers subpage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Format the Google cloud printing icon. Created 4 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
« no previous file with comments | « chrome/browser/resources/settings/settings_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a39c768f7ad7aac858341a2caf80c719dc82f842..a2d937ae61b9dcad2e5c30326c4204ac8cdd789c 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
@@ -889,12 +889,16 @@ void AddPeopleStrings(content::WebUIDataSource* html_source) {
void AddPrintingStrings(content::WebUIDataSource* html_source) {
LocalizedString localized_strings[] = {
- {"printingPageTitle", IDS_SETTINGS_PRINTING},
- {"printingCloudPrintLearnMoreLabel",
- IDS_SETTINGS_PRINTING_CLOUD_PRINT_LEARN_MORE_LABEL},
- {"printingNotificationsLabel", IDS_SETTINGS_PRINTING_NOTIFICATIONS_LABEL},
- {"printingManageCloudPrintDevices",
- IDS_SETTINGS_PRINTING_MANAGE_CLOUD_PRINT_DEVICES},
+ {"printingPageTitle", IDS_SETTINGS_PRINTING},
+ {"printingCloudPrintLearnMoreLabel",
+ IDS_SETTINGS_PRINTING_CLOUD_PRINT_LEARN_MORE_LABEL},
+ {"printingNotificationsLabel", IDS_SETTINGS_PRINTING_NOTIFICATIONS_LABEL},
+ {"printingManageCloudPrintDevices",
+ IDS_SETTINGS_PRINTING_MANAGE_CLOUD_PRINT_DEVICES},
+ {"cloudPrintersTitle", IDS_SETTINGS_PRINTING_CLOUD_PRINTERS},
+#if defined(OS_CHROMEOS)
+ {"cupsPrintersTitle", IDS_SETTINGS_PRINTING_CUPS_PRINTERS},
+#endif
};
AddLocalizedStringsBulk(html_source, localized_strings,
arraysize(localized_strings));
« no previous file with comments | « chrome/browser/resources/settings/settings_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698