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

Unified Diff: printing/print_job_constants.cc

Issue 6775013: PrintPreview: While printing the preview data, set the initiator tab title as print job name. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Updated the CL. Created 9 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
Index: printing/print_job_constants.cc
diff --git a/printing/print_job_constants.cc b/printing/print_job_constants.cc
index 115896b4103049c2178a8855c8d5535c7385277e..0f7562063712e801c6eb8cb561eb8d975911e5e3 100644
--- a/printing/print_job_constants.cc
+++ b/printing/print_job_constants.cc
@@ -15,4 +15,7 @@ const char kSettingLandscape[] = "landscape";
// Printer name.
const char kSettingPrinterName[] = "printerName";
+// Print job title.
+const char kSettingPrintJobTitle[] = "printJobTitle";
+
} // namespace printing

Powered by Google App Engine
This is Rietveld 408576698