Chromium Code Reviews| Index: content/test/test_web_contents.cc |
| diff --git a/content/test/test_web_contents.cc b/content/test/test_web_contents.cc |
| index d3f47f6d60767a8b6b4aa7cb5084b24a0f1445c5..afb833040878fbb08fd5d8154b351aed6a8cc859 100644 |
| --- a/content/test/test_web_contents.cc |
| +++ b/content/test/test_web_contents.cc |
| @@ -139,7 +139,7 @@ void TestWebContents::NavigateAndCommit(const GURL& url) { |
| } |
| void TestWebContents::TestSetIsLoading(bool value) { |
| - SetIsLoading(GetRenderViewHost(), value, true, NULL); |
| + SetIsLoading(value, true, NULL); |
|
nasko
2015/03/14 00:01:04
nit: nullptr
Fabrice (no longer in Chrome)
2015/03/16 11:01:46
Done.
|
| } |
| void TestWebContents::CommitPendingNavigation() { |