| Index: printing/print_job_constants.cc
|
| diff --git a/printing/print_job_constants.cc b/printing/print_job_constants.cc
|
| index 8cd6208eb642b7592c8125c93d12fb1e6c9a5692..55397b619801220f6bf672ebcea6fd7fb06f7304 100644
|
| --- a/printing/print_job_constants.cc
|
| +++ b/printing/print_job_constants.cc
|
| @@ -116,6 +116,9 @@ const char kSettingPrinterName[] = "printerName";
|
| // Print to PDF option: true if selected, false if not.
|
| const char kSettingPrintToPDF[] = "printToPDF";
|
|
|
| +// Whether to print CSS backgrounds.
|
| +const char kSettingShouldPrintBackgrounds[] = "shouldPrintBackgrounds";
|
| +
|
| // Indices used to represent first preview page and complete preview document.
|
| const int FIRST_PAGE_INDEX = 0;
|
| const int COMPLETE_PREVIEW_DOCUMENT_INDEX = -1;
|
|
|