| Index: components/dom_distiller/content/browser/web_contents_main_frame_observer.h
|
| diff --git a/components/dom_distiller/content/browser/web_contents_main_frame_observer.h b/components/dom_distiller/content/browser/web_contents_main_frame_observer.h
|
| index 231a30476e6a962da22cbc1397b52e4a94d95fae..9babbedccf27e5a82220c6c8433e5ffa827474aa 100644
|
| --- a/components/dom_distiller/content/browser/web_contents_main_frame_observer.h
|
| +++ b/components/dom_distiller/content/browser/web_contents_main_frame_observer.h
|
| @@ -30,9 +30,8 @@ class WebContentsMainFrameObserver
|
| // content::WebContentsObserver implementation.
|
| void DocumentLoadedInFrame(
|
| content::RenderFrameHost* render_frame_host) override;
|
| - void DidNavigateMainFrame(
|
| - const content::LoadCommittedDetails& details,
|
| - const content::FrameNavigateParams& params) override;
|
| + void DidFinishNavigation(
|
| + content::NavigationHandle* navigation_handle) override;
|
| void RenderProcessGone(base::TerminationStatus status) override;
|
|
|
| private:
|
|
|