Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2205)

Unified Diff: chromeos/printing/printer_configuration.h

Issue 2884863002: Add an autoconf field to printer objects. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698