| 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(
|
|
|