| Index: content/test/test_web_contents.cc
|
| diff --git a/content/test/test_web_contents.cc b/content/test/test_web_contents.cc
|
| index d96458b68b2bc72fca4fb5b9ffdb125521be4519..4646bfe010a67f4d475a6856af1fbd58c8d3a3b3 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() {
|
|
|