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

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

Issue 2534903003: Reading list: add first read PB entries (Closed)
Patch Set: Created 4 years, 1 month 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 fdd12d3a5487e3b9243b74626e295641bd268cbc..81faa9899846c72b08466864f33ee0245e02532e 100644
--- a/components/sync/protocol/reading_list_specifics.proto
+++ b/components/sync/protocol/reading_list_specifics.proto
@@ -15,14 +15,11 @@ package sync_pb;
// protobuf.
message ReadingListSpecifics {
optional string entry_id = 1;
-
optional string title = 2;
-
optional string url = 3;
-
optional int64 creation_time_us = 4;
-
optional int64 update_time_us = 5;
+ optional int64 first_read_time_us = 7;
enum ReadingListEntryStatus {
UNREAD = 0;

Powered by Google App Engine
This is Rietveld 408576698