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

Unified Diff: content/browser/loader/async_resource_handler_unittest.cc

Issue 2327433002: Stop using CertStore which is not compatible with PlzNavigate. (Closed)
Patch Set: remove cert_store on ios Created 4 years, 3 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
« no previous file with comments | « content/browser/loader/DEPS ('k') | content/browser/loader/navigation_resource_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/loader/async_resource_handler_unittest.cc
diff --git a/content/browser/loader/async_resource_handler_unittest.cc b/content/browser/loader/async_resource_handler_unittest.cc
index 19e353a67c05d760ccace627deeb5c9c40ddeeaa..8daf11238e217ac3c4cff317685a6209f9a48026 100644
--- a/content/browser/loader/async_resource_handler_unittest.cc
+++ b/content/browser/loader/async_resource_handler_unittest.cc
@@ -193,7 +193,7 @@ class AsyncResourceHandlerTest : public ::testing::Test,
std::unique_ptr<AsyncResourceHandler> handler =
base::MakeUnique<AsyncResourceHandler>(request.get(), &rdh_);
loader_ = base::MakeUnique<ResourceLoader>(
- std::move(request), std::move(handler), nullptr, this);
+ std::move(request), std::move(handler), this);
}
void StartRequestAndWaitWithResponseDataSize(size_t response_data_size) {
« no previous file with comments | « content/browser/loader/DEPS ('k') | content/browser/loader/navigation_resource_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698