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

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

Issue 2806083002: Remove PrintMsg_PrintPage_Params. (Closed)
Patch Set: rebase Created 3 years, 8 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 | « no previous file | components/printing/renderer/print_web_view_helper.h » ('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 84ffce672103a65f0a6157c47dc95656a7965e04..d11d28dee8d067d142cf9b16f4130c1aeba63a03 100644
--- a/components/printing/common/print_messages.h
+++ b/components/printing/common/print_messages.h
@@ -168,16 +168,6 @@ IPC_STRUCT_TRAITS_BEGIN(PrintMsg_Print_Params)
IPC_STRUCT_TRAITS_MEMBER(should_print_backgrounds)
IPC_STRUCT_TRAITS_END()
-IPC_STRUCT_BEGIN(PrintMsg_PrintPage_Params)
- // Parameters to render the page as a printed page. It must always be the same
- // value for all the document.
- IPC_STRUCT_MEMBER(PrintMsg_Print_Params, params)
-
- // The page number is the indicator of the square that should be rendered
- // according to the layout specified in PrintMsg_Print_Params.
- IPC_STRUCT_MEMBER(int, page_number)
-IPC_STRUCT_END()
-
IPC_STRUCT_TRAITS_BEGIN(printing::PageRange)
IPC_STRUCT_TRAITS_MEMBER(from)
IPC_STRUCT_TRAITS_MEMBER(to)
« no previous file with comments | « no previous file | components/printing/renderer/print_web_view_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698