Index: content/public/test/test_navigation_observer.cc |
diff --git a/content/public/test/test_navigation_observer.cc b/content/public/test/test_navigation_observer.cc |
index 7c2d0281a59b552e57522f317a001b445940ca53..267dedf22b24ef170f43d5139639e0bdb4dbda75 100644 |
--- a/content/public/test/test_navigation_observer.cc |
+++ b/content/public/test/test_navigation_observer.cc |
@@ -58,7 +58,8 @@ class TestNavigationObserver::TestWebContentsObserver |
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 { |
parent_->OnDidFailProvisionalLoad(render_frame_host, validated_url, |
error_code, error_description); |
} |