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

Unified Diff: chrome/browser/ui/webui/print_preview/print_preview_ui.cc

Issue 2441493004: Add copies changes to prepare for scaling (Closed)
Patch Set: Fix final issues Created 4 years, 2 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/print_preview_ui.cc
diff --git a/chrome/browser/ui/webui/print_preview/print_preview_ui.cc b/chrome/browser/ui/webui/print_preview/print_preview_ui.cc
index 234e499742c53224f78dd1e203ee7171c7e8125e..9a281df8a4343a48ed338837b54a743ff65c86ba 100644
--- a/chrome/browser/ui/webui/print_preview/print_preview_ui.cc
+++ b/chrome/browser/ui/webui/print_preview/print_preview_ui.cc
@@ -260,10 +260,6 @@ content::WebUIDataSource* CreatePrintPreviewUISource() {
IDS_PRINT_PREVIEW_PAGE_RANGE_SYNTAX_INSTRUCTION);
source->AddLocalizedString("copiesInstruction",
IDS_PRINT_PREVIEW_COPIES_INSTRUCTION);
- source->AddLocalizedString("incrementTitle",
- IDS_PRINT_PREVIEW_INCREMENT_TITLE);
- source->AddLocalizedString("decrementTitle",
- IDS_PRINT_PREVIEW_DECREMENT_TITLE);
source->AddLocalizedString("printPagesLabel",
IDS_PRINT_PREVIEW_PRINT_PAGES_LABEL);
source->AddLocalizedString("optionsLabel", IDS_PRINT_PREVIEW_OPTIONS_LABEL);
« no previous file with comments | « chrome/browser/resources/print_preview/settings/settings_box.css ('k') | chrome/test/data/webui/print_preview.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698