| 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 f547e6a247d3cfaca205a76c50465684a80adfe9..68d98ea09e2869050db652f0aa4caf9c6083c19b 100644
|
| --- a/components/dom_distiller/content/browser/distillability_driver.h
|
| +++ b/components/dom_distiller/content/browser/distillability_driver.h
|
| @@ -26,10 +26,8 @@ class DistillabilityDriver
|
| void SetDelegate(const base::Callback<void(bool, bool)>& delegate);
|
|
|
| // content::WebContentsObserver implementation.
|
| - void DidStartProvisionalLoadForFrame(
|
| - content::RenderFrameHost* render_frame_host,
|
| - const GURL& validated_url,
|
| - bool is_error_page) override;
|
| + void ReadyToCommitNavigation(
|
| + content::NavigationHandle* navigation_handle) override;
|
| void RenderFrameHostChanged(
|
| content::RenderFrameHost* old_host,
|
| content::RenderFrameHost* new_host) override;
|
|
|