| Index: printing/print_settings.h
|
| diff --git a/printing/print_settings.h b/printing/print_settings.h
|
| index 8026cbce6c96098528a01f3847494b23a5011212..3a55502ceb6171ce3a5c71a9abb2d6da901d3044 100644
|
| --- a/printing/print_settings.h
|
| +++ b/printing/print_settings.h
|
| @@ -116,6 +116,9 @@ class PRINTING_EXPORT PrintSettings {
|
| // True if the user wants headers and footers to be displayed.
|
| bool display_header_footer;
|
|
|
| + // True if the user wants to print CSS backgrounds.
|
| + bool should_print_backgrounds;
|
| +
|
| private:
|
| //////////////////////////////////////////////////////////////////////////////
|
| // Settings that can't be changed without side-effects.
|
|
|