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

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
« chrome/renderer/print_web_view_helper.cc ('K') | « 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..f6ef0f2b7e1ad53050c26916b5d5e0d17e576aa5 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[] = "x";
vandebo (ex-Chrome) 2012/03/19 17:11:30 Seems like these constants should say what they ar
kmadhusu 2012/03/19 18:45:31 Done
+const char kSettingPrintableAreaY[] = "y";
+const char kSettingPrintableAreaWidth[] = "width";
+const char kSettingPrintableAreaHeight[] = "height";
+
// Printer name.
const char kSettingPrinterName[] = "printerName";
« chrome/renderer/print_web_view_helper.cc ('K') | « printing/print_job_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698