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

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: link message to code Created 4 years, 4 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 004f7bb9fd8a5195e99a29ddcaa4bc571085c5b9..4caf70ff868dc373c6d1814a0d2964bd0d742a97 100644
--- a/components/sync/base/model_type.h
+++ b/components/sync/base/model_type.h
@@ -133,6 +133,8 @@ enum ModelType {
SUPERVISED_USER_WHITELISTS,
// Arc Package items.
ARC_PACKAGE,
+ // Reading list items.
+ READING_LIST,
// ---- Proxy types ----
// Proxy types are excluded from the sync protocol, but are still considered

Powered by Google App Engine
This is Rietveld 408576698