diff options
Diffstat (limited to 'content/test')
-rw-r--r-- | content/test/layout_browsertest.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/test/layout_browsertest.cc b/content/test/layout_browsertest.cc index 9d4e628..c3bf9ab 100644 --- a/content/test/layout_browsertest.cc +++ b/content/test/layout_browsertest.cc @@ -153,7 +153,8 @@ void InProcessBrowserLayoutTest::RunLayoutTestInternal( test_controller_->set_printer(printer.release()); LOG(INFO) << "Navigating to URL " << url << " and blocking."; - ASSERT_TRUE(test_controller_->PrepareForLayoutTest(url, false, "")); + ASSERT_TRUE( + test_controller_->PrepareForLayoutTest(url, FilePath(), false, "")); base::RunLoop run_loop; run_loop.Run(); LOG(INFO) << "Navigation completed."; |