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

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

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/browser/print_manager_utils.cc ('k') | components/printing/common/print_messages.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/printing/common/print_messages.h
diff --git a/components/printing/common/print_messages.h b/components/printing/common/print_messages.h
index 14c8d64ef5738b3c37ebc724e3f0147970b64d30..dbf92777733a3b4be3501dd10e95c8d6aecd7d53 100644
--- a/components/printing/common/print_messages.h
+++ b/components/printing/common/print_messages.h
@@ -47,7 +47,6 @@ struct PrintMsg_Print_Params {
int margin_left;
double dpi;
double scale_factor;
- int desired_dpi;
bool rasterize_pdf;
int document_cookie;
bool selection_only;
@@ -127,9 +126,6 @@ IPC_STRUCT_TRAITS_BEGIN(PrintMsg_Print_Params)
// Specifies the scale factor in percent
IPC_STRUCT_TRAITS_MEMBER(scale_factor)
- // Desired apparent dpi on paper.
- IPC_STRUCT_TRAITS_MEMBER(desired_dpi)
-
// Cookie for the document to ensure correctness.
IPC_STRUCT_TRAITS_MEMBER(document_cookie)
« no previous file with comments | « components/printing/browser/print_manager_utils.cc ('k') | components/printing/common/print_messages.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698