| Index: content/test/test_web_contents.cc
|
| diff --git a/content/test/test_web_contents.cc b/content/test/test_web_contents.cc
|
| index 4ad56612b987387316be9245542b9292c5cc42b3..d4b43c9e92585208afab1d727e14051d4ae542ac 100644
|
| --- a/content/test/test_web_contents.cc
|
| +++ b/content/test/test_web_contents.cc
|
| @@ -260,7 +260,7 @@ void TestWebContents::TestSetIsLoading(bool value) {
|
| node->render_manager()->speculative_frame_host();
|
| if (speculative_frame_host)
|
| speculative_frame_host->ResetLoadingState();
|
| - node->ResetNavigationRequest(false);
|
| + node->ResetNavigationRequest(false, true);
|
| } else {
|
| RenderFrameHostImpl* pending_frame_host =
|
| node->render_manager()->pending_frame_host();
|
|
|