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) |