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

Unified Diff: chrome/common/print_messages.h

Issue 7348010: Added Header and Footer support using Skia (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Style changes as per Kausalya and Demetrios' comments 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
Index: chrome/common/print_messages.h
diff --git a/chrome/common/print_messages.h b/chrome/common/print_messages.h
index ee5bf448567f79c4e2684c93db1211cc49646804..765f767c7af6d9ad48f4ca2a7bfb5173f8b32736 100644
--- a/chrome/common/print_messages.h
+++ b/chrome/common/print_messages.h
@@ -50,6 +50,9 @@ IPC_STRUCT_BEGIN(PrintMsg_Print_Params)
IPC_STRUCT_MEMBER(bool, supports_alpha_blend)
IPC_STRUCT_MEMBER(int, preview_request_id)
+
+ // Specifies if the header and footer should be rendered.
+ IPC_STRUCT_MEMBER(bool, display_header_footer)
IPC_STRUCT_END()
IPC_STRUCT_BEGIN(PrintMsg_PrintPage_Params)

Powered by Google App Engine
This is Rietveld 408576698