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

Unified Diff: components/reading_list/ios/proto/reading_list.proto

Issue 2592043002: Add title update merge logic to reading list entry (Closed)
Patch Set: Update function comment 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/reading_list/ios/proto/reading_list.proto
diff --git a/components/reading_list/ios/proto/reading_list.proto b/components/reading_list/ios/proto/reading_list.proto
index cf20c9872b26d329e5b4be67171b002ac3fb19fd..34a5025f85730f4843313b3b4e958fcaf710a0b1 100644
--- a/components/reading_list/ios/proto/reading_list.proto
+++ b/components/reading_list/ios/proto/reading_list.proto
@@ -20,6 +20,7 @@ message ReadingListLocal {
optional int64 creation_time_us = 4;
optional int64 update_time_us = 5;
optional int64 first_read_time_us = 11;
+ optional int64 update_title_time_us = 12;
enum ReadingListEntryStatus {
UNREAD = 0;

Powered by Google App Engine
This is Rietveld 408576698