Index: chrome/browser/ui/webui/print_preview_data_source.cc |
diff --git a/chrome/browser/ui/webui/print_preview_data_source.cc b/chrome/browser/ui/webui/print_preview_data_source.cc |
index 3621859cf76986986be52e6b397cdb326e5d5074..72f813aea35b9d58d118882aa7ed0e413983d62b 100644 |
--- a/chrome/browser/ui/webui/print_preview_data_source.cc |
+++ b/chrome/browser/ui/webui/print_preview_data_source.cc |
@@ -62,7 +62,10 @@ PrintPreviewDataSource::PrintPreviewDataSource() |
AddLocalizedString("printing", IDS_PRINT_PREVIEW_PRINTING); |
AddLocalizedString("printingToPDFInProgress", |
IDS_PRINT_PREVIEW_PRINTING_TO_PDF_IN_PROGRESS); |
- |
+#if defined(OS_MACOSX) |
+ AddLocalizedString("openingPDFInPreview", |
+ IDS_PRINT_PREVIEW_OPENING_PDF_IN_PREVIEW); |
+#endif |
AddLocalizedString("destinationLabel", IDS_PRINT_PREVIEW_DESTINATION_LABEL); |
AddLocalizedString("copiesLabel", IDS_PRINT_PREVIEW_COPIES_LABEL); |
AddLocalizedString("examplePageRangeText", |
@@ -106,6 +109,10 @@ PrintPreviewDataSource::PrintPreviewDataSource() |
AddLocalizedString("printWithCloudPrint", |
IDS_PRINT_PREVIEW_PRINT_WITH_CLOUD_PRINT); |
#endif |
+#if defined(OS_MACOSX) |
+ AddLocalizedString("openPdfInPreviewOption", |
+ IDS_PRINT_PREVIEW_OPEN_PDF_IN_PREVIEW_APP); |
+#endif |
AddLocalizedString("pageRangeInstruction", |
IDS_PRINT_PREVIEW_PAGE_RANGE_INSTRUCTION); |
AddLocalizedString("copiesInstruction", IDS_PRINT_PREVIEW_COPIES_INSTRUCTION); |