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

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

Issue 2592043002: Add title update merge logic to reading list entry (Closed)
Patch Set: Add tests Created 4 years 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/reading_list_specifics.proto
diff --git a/components/sync/protocol/reading_list_specifics.proto b/components/sync/protocol/reading_list_specifics.proto
index 1d0d66d9b33b683baf6c7fbdf908a2a1f70e0781..c47f8dab44789cdb776810da6e8768dc2427333a 100644
--- a/components/sync/protocol/reading_list_specifics.proto
+++ b/components/sync/protocol/reading_list_specifics.proto
@@ -20,6 +20,7 @@ message ReadingListSpecifics {
optional int64 creation_time_us = 4;
optional int64 update_time_us = 5;
optional int64 first_read_time_us = 7;
+ optional int64 update_title_time_us = 8;
enum ReadingListEntryStatus {
UNREAD = 0;

Powered by Google App Engine
This is Rietveld 408576698