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

Unified Diff: components/printing/common/print_messages.cc

Issue 1701703003: Reland of Cleanup: Remove unused PrintSettings shrink factors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « components/printing/common/print_messages.h ('k') | components/printing/renderer/print_web_view_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/printing/common/print_messages.cc
diff --git a/components/printing/common/print_messages.cc b/components/printing/common/print_messages.cc
index c3469fcdfa2f0ba9ec904c602aec921031168af9..2f36b9422d69e733f37fa8190aeead00043c871e 100644
--- a/components/printing/common/print_messages.cc
+++ b/components/printing/common/print_messages.cc
@@ -41,8 +41,6 @@
margin_top(0),
margin_left(0),
dpi(0),
- min_shrink(0),
- max_shrink(0),
desired_dpi(0),
document_cookie(0),
selection_only(false),
@@ -67,8 +65,6 @@
margin_top = 0;
margin_left = 0;
dpi = 0;
- min_shrink = 0;
- max_shrink = 0;
desired_dpi = 0;
document_cookie = 0;
selection_only = false;
« no previous file with comments | « components/printing/common/print_messages.h ('k') | components/printing/renderer/print_web_view_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698