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)); |