Index: chromeos/printing/printer_configuration.h |
diff --git a/chromeos/printing/printer_configuration.h b/chromeos/printing/printer_configuration.h |
index cac44c16d437a69154d647fa78a831dbd9c5572d..ee624d2fdeb1a129cee786d883216014d7371b8c 100644 |
--- a/chromeos/printing/printer_configuration.h |
+++ b/chromeos/printing/printer_configuration.h |
@@ -36,6 +36,9 @@ class CHROMEOS_EXPORT Printer { |
// Where possible, this is the same as the ipp/ldap |
// printer-make-and-model field. |
std::string effective_make_and_model; |
+ |
+ // True if the printer should be auto-configured. |
Carlson
2017/05/16 16:15:27
Maybe add " and so doesn't need to have a PPD supp
skau
2017/05/16 18:48:06
Done.
|
+ bool autoconf = false; |
}; |
// The location where the printer is stored. |