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

Unified Diff: printing/print_job_constants.cc

Issue 10083060: [Print Preview]: Added code to support pdf fit to page functionality. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 8 years, 8 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 c5f010576a376800d6cc05b5df668f232c69aff4..ce8e4f6364b1f8cc1faa1e076adb3fb05781a77a 100644
--- a/printing/print_job_constants.cc
+++ b/printing/print_job_constants.cc
@@ -42,6 +42,9 @@ const char kSettingDeviceName[] = "deviceName";
// Print job duplex mode.
const char kSettingDuplexMode[] = "duplex";
+// Key that specifies the fit to page option value.
Lei Zhang 2012/04/26 00:19:51 Let's not state the obvious. Something like the |k
kmadhusu 2012/04/26 22:18:51 Done.
+const char kSettingFitToPageEnabled[] = "fitToPageEnabled";
+
// True, when a new set of draft preview data is required.
const char kSettingGenerateDraftData[] = "generateDraftData";
« 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