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 @@ PrintMsg_Print_Params::PrintMsg_Print_Params() |
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 @@ void PrintMsg_Print_Params::Reset() { |
margin_top = 0; |
margin_left = 0; |
dpi = 0; |
- min_shrink = 0; |
- max_shrink = 0; |
desired_dpi = 0; |
document_cookie = 0; |
selection_only = false; |