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

Unified Diff: ios/chrome/browser/reading_list/reading_list_distiller_page_factory.mm

Issue 2650593003: Store distilled URL during distillation 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: ios/chrome/browser/reading_list/reading_list_distiller_page_factory.mm
diff --git a/ios/chrome/browser/reading_list/reading_list_distiller_page_factory.mm b/ios/chrome/browser/reading_list/reading_list_distiller_page_factory.mm
index d405a6b80a644f1205df7c5543c58870cc4be0cb..96572e2bd83ed603f15b39f845e399c2c16dc988 100644
--- a/ios/chrome/browser/reading_list/reading_list_distiller_page_factory.mm
+++ b/ios/chrome/browser/reading_list/reading_list_distiller_page_factory.mm
@@ -21,6 +21,12 @@ ReadingListDistillerPageFactory::ReadingListDistillerPageFactory(
ReadingListDistillerPageFactory::~ReadingListDistillerPageFactory() {}
+std::unique_ptr<reading_list::ReadingListDistillerPage>
+ReadingListDistillerPageFactory::CreateReadingListDistillerPage() const {
+ return base::MakeUnique<ReadingListDistillerPage>(
+ browser_state_, web_state_dispatcher_.get());
+}
+
std::unique_ptr<dom_distiller::DistillerPage>
ReadingListDistillerPageFactory::CreateDistillerPage(
const gfx::Size& view_size) const {

Powered by Google App Engine
This is Rietveld 408576698