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

Unified Diff: printing/print_job_constants.h

Issue 7313035: Print Preview: Associating preview requests and responses using an identifier (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressing comments Created 9 years, 5 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 0f43b7f95b5050098d6069165c970b3fc88708e0..8925401e19dfafbfb357031221436831199360c4 100644
--- a/printing/print_job_constants.h
+++ b/printing/print_job_constants.h
@@ -18,6 +18,7 @@ extern const char kSettingPageRangeFrom[];
extern const char kSettingPageRangeTo[];
extern const char kSettingPrinterName[];
extern const char kSettingPrintToPDF[];
+extern const char kPreviewRequestID[];
Lei Zhang 2011/07/12 23:19:30 alphabetical order?
dpapad 2011/07/12 23:42:29 Done.
// Print job duplex mode values.
enum DuplexMode {

Powered by Google App Engine
This is Rietveld 408576698