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

Unified Diff: printing/print_job_constants.h

Issue 7038028: Initial support for cloudprint in print preview (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Lint! Created 9 years, 6 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..0107e6617cb773040edff3e89434564b46f91e12 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 kSettingCloudPrintId[];
Lei Zhang 2011/06/09 21:23:30 nit: alphabetical order.
Albert Bodenhamer 2011/06/10 01:29:36 Done.
// Print job duplex mode values.
enum DuplexMode {

Powered by Google App Engine
This is Rietveld 408576698