Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: content/test/test_blink_web_unit_test_support.cc

Issue 1970693002: Use mojo for Chrome Loading, Part 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/test/test_blink_web_unit_test_support.cc
diff --git a/content/test/test_blink_web_unit_test_support.cc b/content/test/test_blink_web_unit_test_support.cc
index b6ed473dde6bd2c772f07d54c9a372fc16fe83be..00f024d2216b6901a85ccc714db1256be8736b9c 100644
--- a/content/test/test_blink_web_unit_test_support.cc
+++ b/content/test/test_blink_web_unit_test_support.cc
@@ -191,7 +191,7 @@ blink::WebURLLoader* TestBlinkWebUnitTestSupport::createURLLoader() {
// This loader should be used only for process-local resources such as
// data URLs.
blink::WebURLLoader* default_loader = new WebURLLoaderImpl(
- nullptr, currentThread->getWebTaskRunner()->clone());
+ nullptr, currentThread->getWebTaskRunner()->clone(), nullptr);
return url_loader_factory_->createURLLoader(default_loader);
}

Powered by Google App Engine
This is Rietveld 408576698