Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(522)

Unified Diff: printing/print_job_constants.cc

Issue 8351048: Print Preview: Making margin selection sticky (part 2/2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updating PrintPreviewWebUITests Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698