Chromium Code Reviews| Index: components/printing/common/print_messages.cc |
| diff --git a/components/printing/common/print_messages.cc b/components/printing/common/print_messages.cc |
| index a9291a2b6cd70dedb8a5b86596253b993ea95c8a..c7a519868bea11c8b3a13c64304327cbabba8e3b 100644 |
| --- a/components/printing/common/print_messages.cc |
| +++ b/components/printing/common/print_messages.cc |
| @@ -49,7 +49,6 @@ PrintMsg_Print_Params::PrintMsg_Print_Params() |
| margin_left(0), |
| dpi(0), |
| scale_factor(1.0f), |
| - desired_dpi(0), |
| rasterize_pdf(false), |
| document_cookie(0), |
| selection_only(false), |
| @@ -77,7 +76,6 @@ void PrintMsg_Print_Params::Reset() { |
| margin_left = 0; |
| dpi = 0; |
| scale_factor = 1.0f; |
| - desired_dpi = 0; |
| rasterize_pdf = false; |
| document_cookie = 0; |
| selection_only = false; |