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

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: Fix a style error 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 f4eb5429c4a7aff8508c52a76359fa9b4df73057..2ff7cd6ce925980df521e10e1b0398a6e6f02930 100644
--- a/printing/print_job_constants.cc
+++ b/printing/print_job_constants.cc
@@ -12,4 +12,7 @@ const char kSettingColor[] = "color";
// Page orientation: true for landscape, false for portrait.
const char kSettingLandscape[] = "landscape";
+// Print job title.
+const char kSettingPrintJobTitle[] = "printJobTitle";
+
} // namespace printing

Powered by Google App Engine
This is Rietveld 408576698