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

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: 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..ccaf4c2b5c3cb53149f750857a2d904129e12db7 100644
--- a/components/reading_list/ios/reading_list_model_impl.h
+++ b/components/reading_list/ios/reading_list_model_impl.h
@@ -66,8 +66,9 @@ 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 SetEntryDistilledInfo(const GURL& url,
+ const base::FilePath& distilled_path,
+ const GURL& distilled_url) override;
void SetEntryDistilledState(
const GURL& url,
ReadingListEntry::DistillationState state) override;

Powered by Google App Engine
This is Rietveld 408576698