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..f454eadff258421a8b8e23caffdac5550d42de30 100644 |
--- a/components/cloud_devices/common/printer_description.h |
+++ b/components/cloud_devices/common/printer_description.h |
@@ -287,12 +287,15 @@ enum MediaType { |
struct Media { |
Media(); |
+ Media(MediaType type); |
+ |
Media(MediaType type, int32 width_um, int32 height_um); |
Media(const std::string& custom_display_name, |
int32 width_um, |
int32 height_um); |
+ bool MatchByType(); |
bool MatchBySize(); |
bool IsValid() const; |