| Index: content/test/test_web_contents.cc
|
| diff --git a/content/test/test_web_contents.cc b/content/test/test_web_contents.cc
|
| index 76f30c539ffa45e659bc211a68456309506e3c87..952a7b0230e3915f67a4465e662487f1c886c021 100644
|
| --- a/content/test/test_web_contents.cc
|
| +++ b/content/test/test_web_contents.cc
|
| @@ -129,7 +129,7 @@ void TestWebContents::NavigateAndCommit(const GURL& url) {
|
| }
|
|
|
| void TestWebContents::TestSetIsLoading(bool value) {
|
| - SetIsLoading(GetRenderViewHost(), value, NULL);
|
| + SetIsLoading(GetRenderViewHost(), value, true, NULL);
|
| }
|
|
|
| void TestWebContents::CommitPendingNavigation() {
|
|
|