summaryrefslogtreecommitdiffstats
path: root/components/cloud_devices/common/printer_description.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/cloud_devices/common/printer_description.h')
-rw-r--r--components/cloud_devices/common/printer_description.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/cloud_devices/common/printer_description.h b/components/cloud_devices/common/printer_description.h
index d434fa6..c3ceee8 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 {