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

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

Issue 2788343003: Remove desired DPI (Closed)
Patch Set: Created 3 years, 9 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 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;
« 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