Chromium Code Reviews| Index: printing/print_job_constants.cc |
| diff --git a/printing/print_job_constants.cc b/printing/print_job_constants.cc |
| index adebd1406c53b12a92251dae25f1078e2c603863..aa45e570e79ad80221a1424768d3bcfc9b4ea81e 100644 |
| --- a/printing/print_job_constants.cc |
| +++ b/printing/print_job_constants.cc |
| @@ -21,6 +21,8 @@ const char kSettingCloudPrintId[] = "cloudPrintID"; |
| // Print using cloud print dialog: true if selected, false if not. |
| const char kSettingCloudPrintDialog[] = "printWithCloudPrint"; |
| +const char kSettingCloudPrintData[] = "cloudPrintData"; |
| + |
| // Print job setting 'collate'. |
| const char kSettingCollate[] = "collate"; |
| @@ -119,6 +121,10 @@ const char kSettingPrinterName[] = "printerName"; |
| // Print to PDF option: true if selected, false if not. |
| const char kSettingPrintToPDF[] = "printToPDF"; |
| +const char kSettingInitiatorTabTitle[] = "initiatorTabTitle"; |
|
vandebo (ex-Chrome)
2011/11/10 18:39:14
Add comments describing what each of these is.
dpapad
2011/11/10 20:04:01
Done.
|
| +const char kSettingNumberFormat[] = "numberFormat"; |
| +const char kSettingMeasurementSystem[] = "measurementSystem"; |
| + |
| // Indices used to represent first preview page and complete preview document. |
| const int FIRST_PAGE_INDEX = 0; |
| const int COMPLETE_PREVIEW_DOCUMENT_INDEX = -1; |