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

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: 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/protocol/reading_list_specifics.proto ('k') | components/sync/syncable/model_type.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/protocol/sync.proto
diff --git a/components/sync/protocol/sync.proto b/components/sync/protocol/sync.proto
index a268fd60c960cc9c95eaa869a217aab9e0587b88..f29afb31f34cdff5feee41dc1a52bf45962e6322 100644
--- a/components/sync/protocol/sync.proto
+++ b/components/sync/protocol/sync.proto
@@ -43,6 +43,7 @@ import "password_specifics.proto";
import "preference_specifics.proto";
import "printer_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";
@@ -138,6 +139,7 @@ message EntitySpecifics {
optional WalletMetadataSpecifics wallet_metadata = 330441;
optional ArcPackageSpecifics arc_package = 340906;
optional PrinterSpecifics printer = 410745;
+ optional ReadingListSpecifics reading_list = 411028;
}
message SyncEntity {
« no previous file with comments | « components/sync/protocol/reading_list_specifics.proto ('k') | components/sync/syncable/model_type.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698