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

Unified Diff: components/sync/protocol/proto_visitors.h

Issue 2956173002: Introduce the field make_and_model for synced printers. (Closed)
Patch Set: address comments. Add test Created 3 years, 6 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: components/sync/protocol/proto_visitors.h
diff --git a/components/sync/protocol/proto_visitors.h b/components/sync/protocol/proto_visitors.h
index 38f162a2f9d1ed6a2eecfd5e6aa94fb4f164168f..5f399ebcb4d6a984e3c35843b76244ea2cc5ce2a 100644
--- a/components/sync/protocol/proto_visitors.h
+++ b/components/sync/protocol/proto_visitors.h
@@ -681,6 +681,7 @@ VISIT_PROTO_FIELDS(const sync_pb::PrinterSpecifics& proto) {
VISIT(uri);
VISIT(uuid);
VISIT(ppd_reference);
+ VISIT(make_and_model);
}
VISIT_PROTO_FIELDS(const sync_pb::PriorityPreferenceSpecifics& proto) {

Powered by Google App Engine
This is Rietveld 408576698