| 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 5b90e72def85379f2039eced8d206c0d835b4524..93091ca64c7c8aeb893620ce940dfc8accac0672 100644
|
| --- a/content/public/test/test_navigation_observer.h
|
| +++ b/content/public/test/test_navigation_observer.h
|
| @@ -65,8 +65,7 @@ class TestNavigationObserver {
|
| void OnDidStopLoading(WebContents* web_contents);
|
| void OnDidStartProvisionalLoad(RenderFrameHost* render_frame_host,
|
| const GURL& validated_url,
|
| - bool is_error_page,
|
| - bool is_iframe_srcdoc);
|
| + bool is_error_page);
|
| void OnDidFailProvisionalLoad(RenderFrameHost* render_frame_host,
|
| const GURL& validated_url,
|
| int error_code,
|
|
|