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

Unified Diff: components/sync/base/model_type.h

Issue 2306763002: Add PrinterSpecifics to the sync protos. (Closed)
Patch Set: rebase Created 4 years, 3 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/base/model_type.h
diff --git a/components/sync/base/model_type.h b/components/sync/base/model_type.h
index 55edf9382532b496ece2a7bfcfa1b3f36d6aca74..ff827f5e79f41baabea906dc32079e83cead3445 100644
--- a/components/sync/base/model_type.h
+++ b/components/sync/base/model_type.h
@@ -132,6 +132,8 @@ enum ModelType {
SUPERVISED_USER_WHITELISTS,
// Arc Package items.
ARC_PACKAGE,
+ // Printer device information.
+ PRINTER,
Nicolas Zea 2016/09/07 00:18:04 nit: the enum is typically plural, so this should
skau 2016/09/09 19:02:15 Done.
// ---- Proxy types ----
// Proxy types are excluded from the sync protocol, but are still considered

Powered by Google App Engine
This is Rietveld 408576698