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

Unified Diff: components/dom_distiller/ios/distiller_page_factory_ios.h

Issue 2541093002: DO NOT COMMIT (Closed)
Patch Set: Created 4 years 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/dom_distiller/ios/distiller_page_factory_ios.h
diff --git a/components/dom_distiller/ios/distiller_page_factory_ios.h b/components/dom_distiller/ios/distiller_page_factory_ios.h
index f3fb0e88bb04fd8eded06a273303f3d1c4efa54b..1a3e18485d4b1b1280f735fb0a9dcff6dc862afc 100644
--- a/components/dom_distiller/ios/distiller_page_factory_ios.h
+++ b/components/dom_distiller/ios/distiller_page_factory_ios.h
@@ -15,12 +15,15 @@ class BrowserState;
namespace dom_distiller {
+class DistillerFaviconIOS;
+
// DistillerPageFactoryIOS is an iOS-specific implementation of the
// DistillerPageFactory interface allowing the creation of DistillerPage
// instances.
class DistillerPageFactoryIOS : public DistillerPageFactory {
public:
- DistillerPageFactoryIOS(web::BrowserState* browser_state);
+ DistillerPageFactoryIOS(web::BrowserState* browser_state,
+ DistillerFaviconIOS* distiller_favicon);
// Implementation of DistillerPageFactory:
std::unique_ptr<DistillerPage> CreateDistillerPage(
@@ -30,6 +33,7 @@ class DistillerPageFactoryIOS : public DistillerPageFactory {
private:
web::BrowserState* browser_state_;
+ DistillerFaviconIOS* distiller_favicon_;
};
} // namespace dom_distiller
« no previous file with comments | « components/dom_distiller/ios/distiller_favicon_ios.h ('k') | components/dom_distiller/ios/distiller_page_factory_ios.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698