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

Unified Diff: printing/print_job_constants.cc

Issue 7976017: Simplified print preview printer selection to be more consistent with Chrome (Closed)
Patch Set: Fix whitespace Created 9 years, 3 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 0edea06abe467d8203fd34ad4c3fcefd8239d0fe..fa99f25f240ee9ea3cefa890e3c831fd87eb9a0c 100644
--- a/printing/print_job_constants.cc
+++ b/printing/print_job_constants.cc
@@ -18,6 +18,9 @@ const char kPreviewUIAddr[] = "previewUIAddr";
// Print using cloud print: true if selected, false if not.
const char kSettingCloudPrintId[] = "cloudPrintID";
+// Print using cloud print dialog: true if selected, false if not.
+const char kSettingCloudPrintDialog[] = "printWithCloudPrint";
+
// Print job setting 'collate'.
const char kSettingCollate[] = "collate";
« 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