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

Unified Diff: ios/chrome/browser/reading_list/reading_list_model_impl.h

Issue 2491383002: Use Distilled path instead of DistilledURL. (Closed)
Patch Set: fix compilation Created 4 years, 1 month 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: ios/chrome/browser/reading_list/reading_list_model_impl.h
diff --git a/ios/chrome/browser/reading_list/reading_list_model_impl.h b/ios/chrome/browser/reading_list/reading_list_model_impl.h
index a558d9e29e7e678b52972bf0a0642fc01da96d97..0660fb9a771b9b390bb422ac2534f7fc92af6da2 100644
--- a/ios/chrome/browser/reading_list/reading_list_model_impl.h
+++ b/ios/chrome/browser/reading_list/reading_list_model_impl.h
@@ -58,8 +58,8 @@ class ReadingListModelImpl : public ReadingListModel, public KeyedService {
void MarkUnreadByURL(const GURL& url) override;
void SetEntryTitle(const GURL& url, const std::string& title) override;
- void SetEntryDistilledURL(const GURL& url,
- const GURL& distilled_url) override;
+ void SetEntryDistilledPath(const GURL& url,
+ const base::FilePath& distilled_path) override;
void SetEntryDistilledState(
const GURL& url,
ReadingListEntry::DistillationState state) override;
« no previous file with comments | « ios/chrome/browser/reading_list/reading_list_model.h ('k') | ios/chrome/browser/reading_list/reading_list_model_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698