| Index: printing/print_job_constants.cc
|
| diff --git a/printing/print_job_constants.cc b/printing/print_job_constants.cc
|
| index 8ac5db4f7213f7f55ff8d4ddddca9ed9118134e1..af6caa2760eff7d4bf4cd0339ceaf29364578a79 100644
|
| --- a/printing/print_job_constants.cc
|
| +++ b/printing/print_job_constants.cc
|
| @@ -157,6 +157,9 @@ const char kSettingShouldPrintBackgrounds[] = "shouldPrintBackgrounds";
|
| // Whether to print selection only.
|
| const char kSettingShouldPrintSelectionOnly[] = "shouldPrintSelectionOnly";
|
|
|
| +// Whether to print selection only.
|
| +const char kSettingShowSystemDialog[] = "showSystemDialog";
|
| +
|
| // Indices used to represent first preview page and complete preview document.
|
| const int FIRST_PAGE_INDEX = 0;
|
| const int COMPLETE_PREVIEW_DOCUMENT_INDEX = -1;
|
|
|