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

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

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.h
diff --git a/ios/chrome/browser/reading_list/reading_list_distiller_page_factory.h b/ios/chrome/browser/reading_list/reading_list_distiller_page_factory.h
index 9ff76a92b3860775f8cc399bf3e6f6a0853901ab..052cac644b7e9fe58be6e7dbd00a05211b77a5fa 100644
--- a/ios/chrome/browser/reading_list/reading_list_distiller_page_factory.h
+++ b/ios/chrome/browser/reading_list/reading_list_distiller_page_factory.h
@@ -15,6 +15,7 @@ class BrowserState;
namespace reading_list {
class FaviconWebStateDispatcher;
+class ReadingListDistillerPage;
// ReadingListDistillerPageFactory is an iOS-specific implementation of the
// DistillerPageFactory interface allowing the creation of DistillerPage
@@ -26,6 +27,10 @@ class ReadingListDistillerPageFactory
explicit ReadingListDistillerPageFactory(web::BrowserState* browser_state);
~ReadingListDistillerPageFactory() override;
+ // Creates a ReadingListDistillerPage.
+ std::unique_ptr<reading_list::ReadingListDistillerPage>
+ CreateReadingListDistillerPage() const;
+
// Implementation of DistillerPageFactory:
std::unique_ptr<dom_distiller::DistillerPage> CreateDistillerPage(
const gfx::Size& view_size) const override;

Powered by Google App Engine
This is Rietveld 408576698