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

Unified Diff: printing/print_settings.h

Issue 7348010: Added Header and Footer support using Skia (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Added Headers and Footers support - New Snapshot Uploaded 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: printing/print_settings.h
diff --git a/printing/print_settings.h b/printing/print_settings.h
index fbd37f46fa8b9781abd8e37250cfd5c4729d118e..a13f8b103ddf559d2604f3b0a388d33f0e42a672 100644
--- a/printing/print_settings.h
+++ b/printing/print_settings.h
@@ -89,6 +89,9 @@ class PrintSettings {
// controlled by the renderer.
bool use_overlays;
+ // Indicates whether we want to print the header and footer or not.
+ bool header_footer;
+
// Cookie generator. It is used to initialize PrintedDocument with its
// associated PrintSettings, to be sure that each generated PrintedPage is
// correctly associated with its corresponding PrintedDocument.

Powered by Google App Engine
This is Rietveld 408576698