Chromium Code Reviews| Index: printing/backend/print_backend.h |
| diff --git a/printing/backend/print_backend.h b/printing/backend/print_backend.h |
| index 46b0801323db12cec7751f5108d54adb99f00100..4dc32554b3dd8ca79b997b2d4b19a3350fde61b9 100644 |
| --- a/printing/backend/print_backend.h |
| +++ b/printing/backend/print_backend.h |
| @@ -28,6 +28,7 @@ struct PRINTING_EXPORT PrinterBasicInfo { |
| PrinterBasicInfo(const PrinterBasicInfo& other); |
| ~PrinterBasicInfo(); |
| + std::string printer_id; |
|
Lei Zhang
2016/10/28 21:55:51
Is this field going to be ChromeOS only?
skau
2016/11/02 22:00:03
I've added a guard for now. It's probably useful
Lei Zhang
2016/11/02 22:40:59
Ok, so in patch set 2 you had [printer_id, printer
skau
2016/11/02 23:38:16
Sorry about the thrashing. display_name is more c
|
| std::string printer_name; |
| std::string printer_description; |
| int printer_status; |