Index: content/browser/web_contents/web_contents_impl.h |
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h |
index 186d99e03efc46e2fa06a3fd570e16852f597299..8802ff35a44eb06b815faa7e3e19d6974c4662a6 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -570,8 +570,7 @@ class CONTENT_EXPORT WebContentsImpl |
void DidFinishNavigation(NavigationHandle* navigation_handle) override; |
void DidStartProvisionalLoad(RenderFrameHostImpl* render_frame_host, |
const GURL& validated_url, |
- bool is_error_page, |
- bool is_iframe_srcdoc) override; |
+ bool is_error_page) override; |
void DidFailProvisionalLoadWithError(RenderFrameHostImpl* render_frame_host, |
const GURL& validated_url, |
int error_code, |