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 d434fa660ed9a1b53735ed3dcfcc1d57be40cd23..c3ceee8c92f17b6bae500bfa872d56f64331bf60 100644 |
--- a/components/cloud_devices/common/printer_description.h |
+++ b/components/cloud_devices/common/printer_description.h |
@@ -292,6 +292,7 @@ struct Media { |
Media(MediaType type, int32 width_um, int32 height_um); |
Media(const std::string& custom_display_name, |
+ const std::string& vendor_id, |
int32 width_um, |
int32 height_um); |
@@ -306,6 +307,7 @@ struct Media { |
int32 height_um; |
bool is_continuous_feed; |
std::string custom_display_name; |
+ std::string vendor_id; |
}; |
struct Interval { |