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

Unified Diff: components/cloud_devices/common/printer_description.h

Issue 1407353003: Expose more paper sizes when printing to PDF (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add more paper sizes for PDF output Created 5 years, 2 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: components/cloud_devices/common/printer_description.h
diff --git a/components/cloud_devices/common/printer_description.h b/components/cloud_devices/common/printer_description.h
index 09c822ba0ca7d34be242657369a318c4c0f7f45c..057678f4f2aaa1eec4114018b8533d8d6496cce0 100644
--- a/components/cloud_devices/common/printer_description.h
+++ b/components/cloud_devices/common/printer_description.h
@@ -282,6 +282,8 @@ enum MediaType {
OM_FOLIO,
OM_FOLIO_SP,
OM_INVITE,
+ OM_US_BUSINESS_CARD,
+ OM_UK_BUSINESS_CARD
};
struct Media {

Powered by Google App Engine
This is Rietveld 408576698