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

Unified Diff: chrome/common/print_messages.h

Issue 7549001: PrintPreview: Remove |page_number| from StartPageForVectorCanvas function. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 9 years, 5 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 | chrome/renderer/print_web_view_helper.h » ('j') | printing/pdf_metafile_skia.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/print_messages.h
diff --git a/chrome/common/print_messages.h b/chrome/common/print_messages.h
index ee5bf448567f79c4e2684c93db1211cc49646804..618ece5b3ceffdf4cd6cec9996584dbb2da9378f 100644
--- a/chrome/common/print_messages.h
+++ b/chrome/common/print_messages.h
@@ -60,11 +60,6 @@ IPC_STRUCT_BEGIN(PrintMsg_PrintPage_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)
-
- // The page number in the resulting document. If the user is only printing
- // page 2, |page_number| above will 1, but |page_slot| will be 0, as it's the
- // first page in the final document.
- IPC_STRUCT_MEMBER(int, page_slot)
IPC_STRUCT_END()
IPC_STRUCT_BEGIN(PrintMsg_PrintPages_Params)
« no previous file with comments | « no previous file | chrome/renderer/print_web_view_helper.h » ('j') | printing/pdf_metafile_skia.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698