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

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

Issue 294923005: Add media size capability to PDF printer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add a comment to the new query stopping code. Created 6 years, 7 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 74225ffd010a556f7003e39ddfe0689e0a92600b..d434fa660ed9a1b53735ed3dcfcc1d57be40cd23 100644
--- a/components/cloud_devices/common/printer_description.h
+++ b/components/cloud_devices/common/printer_description.h
@@ -287,6 +287,8 @@ enum MediaType {
struct Media {
Media();
+ explicit Media(MediaType type);
+
Media(MediaType type, int32 width_um, int32 height_um);
Media(const std::string& custom_display_name,

Powered by Google App Engine
This is Rietveld 408576698