Chromium Code Reviews

Unified Diff: chrome/browser/dom_ui/print_preview_ui.cc

Issue 5574003: Print preview: Display a message when the PDF viewer is missing.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: address comments Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/print_preview.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_ui/print_preview_ui.cc
===================================================================
--- chrome/browser/dom_ui/print_preview_ui.cc (revision 68335)
+++ chrome/browser/dom_ui/print_preview_ui.cc (working copy)
@@ -31,6 +31,8 @@
l10n_util::GetStringUTF8(IDS_PRINT_PREVIEW_TITLE));
localized_strings->SetString(std::string("loading"),
l10n_util::GetStringUTF8(IDS_PRINT_PREVIEW_LOADING));
+ localized_strings->SetString(std::string("noPlugin"),
+ l10n_util::GetStringUTF8(IDS_PRINT_PREVIEW_NO_PLUGIN));
localized_strings->SetString(std::string("noPrinter"),
l10n_util::GetStringUTF8(IDS_PRINT_PREVIEW_NO_PRINTER));
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/print_preview.html » ('j') | no next file with comments »

Powered by Google App Engine