| Index: components/dom_distiller/content/browser/distillability_driver.h
|
| diff --git a/components/dom_distiller/content/browser/distillability_driver.h b/components/dom_distiller/content/browser/distillability_driver.h
|
| index eb25f0a37ab08032bab6cdc4a641e80ca2c9f48b..7e2ca447b076e29f5ed568054bf8598aa3dc3d91 100644
|
| --- a/components/dom_distiller/content/browser/distillability_driver.h
|
| +++ b/components/dom_distiller/content/browser/distillability_driver.h
|
| @@ -31,13 +31,16 @@ class DistillabilityDriver
|
| const GURL& validated_url,
|
| bool is_error_page,
|
| bool is_iframe_srcdoc) override;
|
| + void RenderFrameHostChanged(
|
| + content::RenderFrameHost* old_host,
|
| + content::RenderFrameHost* new_host) override;
|
|
|
| private:
|
| explicit DistillabilityDriver(content::WebContents* web_contents);
|
| friend class content::WebContentsUserData<DistillabilityDriver>;
|
| friend class DistillabilityServiceImpl;
|
|
|
| - void SetupMojoService();
|
| + void SetupMojoService(content::RenderFrameHost* frame_host);
|
| void OnDistillability(bool distillable, bool is_last);
|
|
|
| base::Callback<void(bool, bool)> m_delegate_;
|
|
|