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

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

Issue 2647763005: Store the distilled_url in Reading List entry in Reading List on iOS. (Closed)
Patch Set: feedback Created 3 years, 11 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 1b6f9a2a8d09a2e75208215a984aab5e7a9a5fb1..72258860816581643e29c4f9304486762917fc5c 100644
--- a/components/reading_list/ios/reading_list_model_impl.h
+++ b/components/reading_list/ios/reading_list_model_impl.h
@@ -66,11 +66,12 @@ class ReadingListModelImpl : public ReadingListModel,
void SetReadStatus(const GURL& url, bool read) override;
void SetEntryTitle(const GURL& url, const std::string& title) override;
- void SetEntryDistilledPath(const GURL& url,
- const base::FilePath& distilled_path) override;
void SetEntryDistilledState(
const GURL& url,
ReadingListEntry::DistillationState state) override;
+ void SetEntryDistilledInfo(const GURL& url,
+ const base::FilePath& distilled_path,
+ const GURL& distilled_url) 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