summaryrefslogtreecommitdiffstats
path: root/content/test/test_web_contents.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/test/test_web_contents.cc')
-rw-r--r--content/test/test_web_contents.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/test/test_web_contents.cc b/content/test/test_web_contents.cc
index 900c850..55cab77 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() {