| Index: content/test/test_web_contents.cc
|
| diff --git a/content/test/test_web_contents.cc b/content/test/test_web_contents.cc
|
| index 900c850eb22e98c002da35c945fe7760d91d4a71..55cab7710a078e7759a394ebd60142f932fe7e2d 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() {
|
|
|