| Index: content/test/web_contents_observer_sanity_checker.h
|
| diff --git a/content/test/web_contents_observer_sanity_checker.h b/content/test/web_contents_observer_sanity_checker.h
|
| index 785aa98189374c6c42c09c7cc635ebec346dc603..93a90c64a7d63a366507a19bcd2e788f648ca7f9 100644
|
| --- a/content/test/web_contents_observer_sanity_checker.h
|
| +++ b/content/test/web_contents_observer_sanity_checker.h
|
| @@ -48,8 +48,7 @@ class WebContentsObserverSanityChecker : public WebContentsObserver,
|
| void DidFinishNavigation(NavigationHandle* navigation_handle) override;
|
| void DidStartProvisionalLoadForFrame(RenderFrameHost* render_frame_host,
|
| const GURL& validated_url,
|
| - bool is_error_page,
|
| - bool is_iframe_srcdoc) override;
|
| + bool is_error_page) override;
|
| void DidCommitProvisionalLoadForFrame(
|
| RenderFrameHost* render_frame_host,
|
| const GURL& url,
|
|
|