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

Unified Diff: components/reading_list/ios/reading_list_model_impl.h

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
Index: components/reading_list/ios/reading_list_model_impl.h
diff --git a/components/reading_list/ios/reading_list_model_impl.h b/components/reading_list/ios/reading_list_model_impl.h
index 72258860816581643e29c4f9304486762917fc5c..59367998b2489ba8d88a375a23e14a0d7c984274 100644
--- a/components/reading_list/ios/reading_list_model_impl.h
+++ b/components/reading_list/ios/reading_list_model_impl.h
@@ -71,7 +71,9 @@ class ReadingListModelImpl : public ReadingListModel,
ReadingListEntry::DistillationState state) override;
void SetEntryDistilledInfo(const GURL& url,
const base::FilePath& distilled_path,
- const GURL& distilled_url) override;
+ const GURL& distilled_url,
+ int64_t distillation_size,
+ int64_t distillation_date) override;
void SyncAddEntry(std::unique_ptr<ReadingListEntry> entry) override;
ReadingListEntry* SyncMergeEntry(
« no previous file with comments | « components/reading_list/ios/reading_list_model.h ('k') | components/reading_list/ios/reading_list_model_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698