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

Unified Diff: chromeos/printing/printer_configuration.h

Issue 2884863002: Add an autoconf field to printer objects. (Closed)
Patch Set: grammar 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..6b9bd641acf4b95cfc62e6b3cd4644a0dbcddde8 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 and a PPD is unnecessary.
+ bool autoconf = false;
};
// The location where the printer is stored.
« no previous file with comments | « chrome/browser/chromeos/printing/specifics_translation_unittest.cc ('k') | chromeos/printing/printer_configuration.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698