| 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 8802ff35a44eb06b815faa7e3e19d6974c4662a6..186d99e03efc46e2fa06a3fd570e16852f597299 100644
 | 
| --- a/content/browser/web_contents/web_contents_impl.h
 | 
| +++ b/content/browser/web_contents/web_contents_impl.h
 | 
| @@ -570,7 +570,8 @@
 | 
|    void DidFinishNavigation(NavigationHandle* navigation_handle) override;
 | 
|    void DidStartProvisionalLoad(RenderFrameHostImpl* render_frame_host,
 | 
|                                 const GURL& validated_url,
 | 
| -                               bool is_error_page) override;
 | 
| +                               bool is_error_page,
 | 
| +                               bool is_iframe_srcdoc) override;
 | 
|    void DidFailProvisionalLoadWithError(RenderFrameHostImpl* render_frame_host,
 | 
|                                         const GURL& validated_url,
 | 
|                                         int error_code,
 | 
| 
 |