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

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

Issue 2718123002: Fix nits from earlier CLs (Closed)
Patch Set: Created 3 years, 10 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
Index: components/printing/common/print_messages.h
diff --git a/components/printing/common/print_messages.h b/components/printing/common/print_messages.h
index 9a90bc11073848958d9128c80dc76bedc54e796a..14c8d64ef5738b3c37ebc724e3f0147970b64d30 100644
--- a/components/printing/common/print_messages.h
+++ b/components/printing/common/print_messages.h
@@ -130,9 +130,6 @@ IPC_STRUCT_TRAITS_BEGIN(PrintMsg_Print_Params)
// Desired apparent dpi on paper.
IPC_STRUCT_TRAITS_MEMBER(desired_dpi)
- // Whether to rasterize a PDF for printing
- IPC_STRUCT_TRAITS_MEMBER(rasterize_pdf)
-
// Cookie for the document to ensure correctness.
IPC_STRUCT_TRAITS_MEMBER(document_cookie)
@@ -168,6 +165,9 @@ IPC_STRUCT_TRAITS_BEGIN(PrintMsg_Print_Params)
// URL string to be printed as footer if requested by the user.
IPC_STRUCT_TRAITS_MEMBER(url)
+ // Whether to rasterize a PDF for printing
+ IPC_STRUCT_TRAITS_MEMBER(rasterize_pdf)
+
// True if print backgrounds is requested by the user.
IPC_STRUCT_TRAITS_MEMBER(should_print_backgrounds)
IPC_STRUCT_TRAITS_END()
« no previous file with comments | « chrome/test/data/webui/print_preview.js ('k') | pdf/pdfium/DEPS » ('j') | pdf/pdfium/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698