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