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

Unified Diff: content/child/url_response_body_consumer_unittest.cc

Issue 2449933003: Use Associated interfaces for mojo-loading (Closed)
Patch Set: fix Created 4 years, 2 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/child/url_response_body_consumer_unittest.cc
diff --git a/content/child/url_response_body_consumer_unittest.cc b/content/child/url_response_body_consumer_unittest.cc
index e1bc73eeaf1c97b4bebd8a67f449074ab94f1e44..83c7cc957e2a57f5053b2a1f429e5ef494ca5da4 100644
--- a/content/child/url_response_body_consumer_unittest.cc
+++ b/content/child/url_response_body_consumer_unittest.cc
@@ -127,7 +127,7 @@ class URLResponseBodyConsumerTest : public ::testing::Test,
return dispatcher_->StartAsync(
std::move(request), 0, nullptr, GURL(),
base::MakeUnique<TestRequestPeer>(context),
- blink::WebURLRequest::LoadingIPCType::ChromeIPC, nullptr);
+ blink::WebURLRequest::LoadingIPCType::ChromeIPC, nullptr, nullptr);
}
void Run(TestRequestPeer::Context* context) {

Powered by Google App Engine
This is Rietveld 408576698