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

Unified Diff: printing/print_job_constants.cc

Issue 9699040: PrintPreview: Hide/Show the header footer option based on print frame margins. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: '' Created 8 years, 9 months 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
« no previous file with comments | « printing/print_job_constants.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/print_job_constants.cc
diff --git a/printing/print_job_constants.cc b/printing/print_job_constants.cc
index c671326aa244e434045894d0f4fa24e2f3665664..cde24f70e09df1e0d8021806b46451e4ef1e4c90 100644
--- a/printing/print_job_constants.cc
+++ b/printing/print_job_constants.cc
@@ -113,6 +113,12 @@ const char kSettingPageRangeTo[] = "to";
const char kSettingPreviewModifiable[] = "previewModifiable";
+// Keys that specifies the printable area details.
+const char kSettingPrintableAreaX[] = "printableAreaX";
+const char kSettingPrintableAreaY[] = "printableAreaY";
+const char kSettingPrintableAreaWidth[] = "printableAreaWidth";
+const char kSettingPrintableAreaHeight[] = "printableAreaHeight";
+
// Printer name.
const char kSettingPrinterName[] = "printerName";
« no previous file with comments | « printing/print_job_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698