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

Unified Diff: printing/print_job_constants.h

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.h
diff --git a/printing/print_job_constants.h b/printing/print_job_constants.h
index 7cde21a8d6cbd1a4038836551d1cc7bdac770a1c..664d5e838c68939b8740a1a4e45ece07e6c49514 100644
--- a/printing/print_job_constants.h
+++ b/printing/print_job_constants.h
@@ -10,6 +10,7 @@ namespace printing {
extern const char kSettingColor[];
extern const char kSettingLandscape[];
extern const char kSettingPrinterName[];
+extern const char kSettingPrintJobTitle[];
} // namespace printing

Powered by Google App Engine
This is Rietveld 408576698