| Index: chrome/browser/ui/webui/print_preview_data_source.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/print_preview_data_source.cc (revision 110066)
|
| +++ chrome/browser/ui/webui/print_preview_data_source.cc (working copy)
|
| @@ -51,12 +51,6 @@
|
| AddLocalizedString("previewFailed", IDS_PRINT_PREVIEW_FAILED);
|
| AddLocalizedString("invalidPrinterSettings",
|
| IDS_PRINT_PREVIEW_INVALID_PRINTER_SETTINGS);
|
| - AddLocalizedString("initiatorTabCrashed",
|
| - IDS_PRINT_PREVIEW_INITIATOR_TAB_CRASHED);
|
| - AddLocalizedString("initiatorTabClosed",
|
| - IDS_PRINT_PREVIEW_INITIATOR_TAB_CLOSED);
|
| - AddLocalizedString("reopenPage", IDS_PRINT_PREVIEW_REOPEN_PAGE);
|
| -
|
| AddLocalizedString("printButton", IDS_PRINT_PREVIEW_PRINT_BUTTON);
|
| AddLocalizedString("cancelButton", IDS_PRINT_PREVIEW_CANCEL_BUTTON);
|
| AddLocalizedString("printing", IDS_PRINT_PREVIEW_PRINTING);
|
|
|