| 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 3dcdb2868e2c22557fb77bb777457db5eb0deef1..ec0797d22569287624459953d7d4ab0520328a94 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,
|
|
|