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

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

Issue 2241583003: Creating protobuf for reading list sync (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
« no previous file with comments | « components/sync/base/data_type_histogram.h ('k') | components/sync/driver/model_association_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/base/model_type.h
diff --git a/components/sync/base/model_type.h b/components/sync/base/model_type.h
index 72c7cdebea76afba00080e046b048ae88ed30658..f1ea0f3f45ee4bd751d17948e6670e1e064f4320 100644
--- a/components/sync/base/model_type.h
+++ b/components/sync/base/model_type.h
@@ -134,6 +134,8 @@ enum ModelType {
ARC_PACKAGE,
// Printer device information.
PRINTERS,
+ // Reading list items.
+ READING_LIST,
// ---- Proxy types ----
// Proxy types are excluded from the sync protocol, but are still considered
« no previous file with comments | « components/sync/base/data_type_histogram.h ('k') | components/sync/driver/model_association_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698