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

Unified Diff: net/url_request/url_request_test_util.cc

Issue 1781663005: Initialize net::TestURLRequestContext::ct_policy_enforcer_. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_test_util.cc
diff --git a/net/url_request/url_request_test_util.cc b/net/url_request/url_request_test_util.cc
index 44a7da6f824710a9e28a661f444eab36edee30e4..817837a255fa660c00b3b06895a6fac000369124 100644
--- a/net/url_request/url_request_test_util.cc
+++ b/net/url_request/url_request_test_util.cc
@@ -55,6 +55,7 @@ TestURLRequestContext::TestURLRequestContext()
: initialized_(false),
client_socket_factory_(nullptr),
proxy_delegate_(nullptr),
+ ct_policy_enforcer_(nullptr),
context_storage_(this) {
Init();
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698