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

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

Issue 2707043002: [Reading List iOS] Store distillation date and size. (Closed)
Patch Set: done Created 3 years, 10 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 | « no previous file | components/reading_list/ios/reading_list_entry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c47f4a6fdff15cdca474c3ed92f38eee624fd019..412545460fab386fc975f08b810120c610e9f3ff 100644
--- a/components/reading_list/ios/proto/reading_list.proto
+++ b/components/reading_list/ios/proto/reading_list.proto
@@ -42,4 +42,6 @@ message ReadingListLocal {
optional string distilled_url = 13;
optional int64 failed_download_counter = 9;
optional string backoff = 10;
+ optional int64 distillation_time_us = 14;
+ optional int64 distillation_size = 15;
}
« no previous file with comments | « no previous file | components/reading_list/ios/reading_list_entry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698