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

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

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/protocol/sync.proto
diff --git a/components/sync/protocol/sync.proto b/components/sync/protocol/sync.proto
index f3d2ed3335945ae6633a0b70146c6b66a3a28abb..0a50fe650c52c17788ec00254e2696bf32a1d03f 100644
--- a/components/sync/protocol/sync.proto
+++ b/components/sync/protocol/sync.proto
@@ -43,6 +43,7 @@ import "managed_user_whitelist_specifics.proto";
import "password_specifics.proto";
import "preference_specifics.proto";
import "priority_preference_specifics.proto";
+import "reading_list_specifics.proto";
import "search_engine_specifics.proto";
import "session_specifics.proto";
import "sync_enums.proto";
@@ -137,6 +138,7 @@ message EntitySpecifics {
optional AutofillWalletSpecifics autofill_wallet = 306270;
optional WalletMetadataSpecifics wallet_metadata = 330441;
optional ArcPackageSpecifics arc_package = 340906;
+ optional ReadingListSpecifics reading_list = 411028;
}
message SyncEntity {

Powered by Google App Engine
This is Rietveld 408576698