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

Unified Diff: components/sync/protocol/printer_specifics.proto

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
« no previous file with comments | « chromeos/printing/printer_configuration.cc ('k') | components/sync/protocol/proto_visitors.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/protocol/printer_specifics.proto
diff --git a/components/sync/protocol/printer_specifics.proto b/components/sync/protocol/printer_specifics.proto
index 16d4f96c582bf26e80957e3f034789b2c7cb3def..9713d6329081a587d73966c3c5e6ab3edfa5b59e 100644
--- a/components/sync/protocol/printer_specifics.proto
+++ b/components/sync/protocol/printer_specifics.proto
@@ -25,6 +25,9 @@ message PrinterPPDReference {
// String identifying the type of printer, used to look up a ppd to drive the
// printer.
optional string effective_make_and_model = 4;
+
+ // True if the printer should be automatically configured, false otherwise.
+ optional bool autoconf = 5 [default = false];
}
message PrinterSpecifics {
« no previous file with comments | « chromeos/printing/printer_configuration.cc ('k') | components/sync/protocol/proto_visitors.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698