| Index: content/test/test_web_contents.cc
|
| diff --git a/content/test/test_web_contents.cc b/content/test/test_web_contents.cc
|
| index 73b8c061377ebf9b85c8873116165b104e844777..ef4fb2c0a22134cc2c62d53b66d4041249f55ce5 100644
|
| --- a/content/test/test_web_contents.cc
|
| +++ b/content/test/test_web_contents.cc
|
| @@ -253,9 +253,10 @@ void TestWebContents::TestDidFinishLoad(const GURL& url) {
|
| void TestWebContents::TestDidFailLoadWithError(
|
| const GURL& url,
|
| int error_code,
|
| - const base::string16& error_description) {
|
| + const base::string16& error_description,
|
| + bool was_ignored_by_handler) {
|
| FrameHostMsg_DidFailLoadWithError msg(
|
| - 0, url, error_code, error_description);
|
| + 0, url, error_code, error_description, was_ignored_by_handler);
|
| frame_tree_.root()->current_frame_host()->OnMessageReceived(msg);
|
| }
|
|
|
|
|