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

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: Removed header_footer_info param from IPC call. 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 8773baebc53b98e5e1db08b2064b47cfe2765f71..7da793628227fb31d1cd45a5633d19fda2766f5d 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 printed.
Chris Guillory 2011/07/26 00:10:45 Optional: printed -> rendered
Aayush Kumar 2011/07/26 01:55:41 Done.
+ 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