| Index: components/dom_distiller/ios/distiller_page_ios.h
|
| diff --git a/components/dom_distiller/ios/distiller_page_ios.h b/components/dom_distiller/ios/distiller_page_ios.h
|
| index 11e4aae99894236c52e4c0d4e75492fd5602e21c..b7de46356181dc3e777aac085926f60f8d1f5a94 100644
|
| --- a/components/dom_distiller/ios/distiller_page_ios.h
|
| +++ b/components/dom_distiller/ios/distiller_page_ios.h
|
| @@ -30,7 +30,8 @@ class DistillerWebStateObserver;
|
| // content.
|
| class DistillerPageIOS : public DistillerPage {
|
| public:
|
| - explicit DistillerPageIOS(web::BrowserState* browser_state);
|
| + DistillerPageIOS(web::BrowserState* browser_state,
|
| + const std::string& distiller_js_script);
|
| ~DistillerPageIOS() override;
|
|
|
| private:
|
|
|