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

Unified Diff: chrome/common/print_messages.h

Issue 8585017: PrintPreview: Honor the print media page size and margin values. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 9 years, 1 month 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: chrome/common/print_messages.h
diff --git a/chrome/common/print_messages.h b/chrome/common/print_messages.h
index 2b1163619b5319d7d476aa364b742d16c46ba9e9..7f85a613df907ee6b2bd0129291400b9b10bd890 100644
--- a/chrome/common/print_messages.h
+++ b/chrome/common/print_messages.h
@@ -203,6 +203,9 @@ IPC_STRUCT_BEGIN(PrintHostMsg_DidGetPreviewPageCount_Params)
// Indicates whether the previewed document is modifiable.
IPC_STRUCT_MEMBER(bool, is_modifiable)
+ // Indicates whether the printing frame has page size style.
+ IPC_STRUCT_MEMBER(bool, has_page_size_style)
+
// The id of the preview request.
IPC_STRUCT_MEMBER(int, preview_request_id)

Powered by Google App Engine
This is Rietveld 408576698