| Index: content/public/test/test_navigation_observer.h
 | 
| diff --git a/content/public/test/test_navigation_observer.h b/content/public/test/test_navigation_observer.h
 | 
| index 93091ca64c7c8aeb893620ce940dfc8accac0672..5b90e72def85379f2039eced8d206c0d835b4524 100644
 | 
| --- a/content/public/test/test_navigation_observer.h
 | 
| +++ b/content/public/test/test_navigation_observer.h
 | 
| @@ -65,7 +65,8 @@
 | 
|    void OnDidStopLoading(WebContents* web_contents);
 | 
|    void OnDidStartProvisionalLoad(RenderFrameHost* render_frame_host,
 | 
|                                   const GURL& validated_url,
 | 
| -                                 bool is_error_page);
 | 
| +                                 bool is_error_page,
 | 
| +                                 bool is_iframe_srcdoc);
 | 
|    void OnDidFailProvisionalLoad(RenderFrameHost* render_frame_host,
 | 
|                                  const GURL& validated_url,
 | 
|                                  int error_code,
 | 
| 
 |