Index: content/test/test_web_contents.h |
diff --git a/content/test/test_web_contents.h b/content/test/test_web_contents.h |
index b94aed63cd2737cc0042f9a6df2baa96cb4643eb..798a54d9540a8d58f99ad5746601def9abd7cbee 100644 |
--- a/content/test/test_web_contents.h |
+++ b/content/test/test_web_contents.h |
@@ -100,7 +100,8 @@ class TestWebContents : public WebContentsImpl, public WebContentsTester { |
void TestDidFinishLoad(const GURL& url); |
void TestDidFailLoadWithError(const GURL& url, |
int error_code, |
- const base::string16& error_description); |
+ const base::string16& error_description, |
+ bool was_ignored_by_handler); |
protected: |
// The deprecated WebContentsTester still needs to subclass this. |