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

Unified Diff: chrome/browser/net/chrome_url_request_context.cc

Issue 5927005: Need to copy cert_verifier_. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fix typo Created 10 years 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: chrome/browser/net/chrome_url_request_context.cc
===================================================================
--- chrome/browser/net/chrome_url_request_context.cc (revision 69478)
+++ chrome/browser/net/chrome_url_request_context.cc (working copy)
@@ -827,6 +827,9 @@
// Set URLRequestContext members
net_log_ = other->net_log_;
host_resolver_ = other->host_resolver_;
+ cert_verifier_ = other->cert_verifier_;
+ dnsrr_resolver_ = other->dnsrr_resolver_;
+ // How do we copy dns_cert_checker_, which is a scoped_ptr?
proxy_service_ = other->proxy_service_;
ssl_config_service_ = other->ssl_config_service_;
http_transaction_factory_ = other->http_transaction_factory_;
« 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