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

Unified Diff: chrome/browser/ui/webui/print_preview_ui_html_source.cc

Issue 6883032: Print Preview: Do not show an invalid summary on load and remove the "no printers" UI code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 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/print_preview_ui_html_source.cc
===================================================================
--- chrome/browser/ui/webui/print_preview_ui_html_source.cc (revision 81973)
+++ chrome/browser/ui/webui/print_preview_ui_html_source.cc (working copy)
@@ -27,8 +27,6 @@
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));
localized_strings->SetString(std::string("printButton"),
l10n_util::GetStringUTF8(IDS_PRINT_PREVIEW_PRINT_BUTTON));
« chrome/browser/resources/print_preview.js ('K') | « chrome/browser/resources/print_preview.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698