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 940b6d216a4794cdbe57debc530c42aa7cfef96d..f7ca421ff487c9a079679d3ea5e95ef8c62288b2 100644 |
--- a/content/test/web_contents_observer_sanity_checker.h |
+++ b/content/test/web_contents_observer_sanity_checker.h |
@@ -51,7 +51,8 @@ class WebContentsObserverSanityChecker : public WebContentsObserver, |
void DidFailProvisionalLoad(RenderFrameHost* render_frame_host, |
const GURL& validated_url, |
int error_code, |
- const base::string16& error_description) override; |
+ const base::string16& error_description, |
+ bool was_ignored_by_handler) override; |
void DidNavigateMainFrame(const LoadCommittedDetails& details, |
const FrameNavigateParams& params) override; |
void DidNavigateAnyFrame(RenderFrameHost* render_frame_host, |
@@ -65,7 +66,8 @@ class WebContentsObserverSanityChecker : public WebContentsObserver, |
void DidFailLoad(RenderFrameHost* render_frame_host, |
const GURL& validated_url, |
int error_code, |
- const base::string16& error_description) override; |
+ const base::string16& error_description, |
+ bool was_ignored_by_handler) override; |
void DidGetRedirectForResourceRequest( |
RenderFrameHost* render_frame_host, |
const ResourceRedirectDetails& details) override; |