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