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

Unified Diff: net/url_request/url_request_context_builder.h

Issue 1389213003: [Cronet] Use Https for Quic Test Server (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ryancl
Patch Set: Address Misha's comments Created 5 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
« no previous file with comments | « components/cronet/url_request_context_config_list.h ('k') | net/url_request/url_request_context_builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_context_builder.h
diff --git a/net/url_request/url_request_context_builder.h b/net/url_request/url_request_context_builder.h
index ba5b3f6a4476359582d4b465a02f730cf41b062a..5b121d5dcd6ec9c9df41eee4943f4b20b5d7bf32 100644
--- a/net/url_request/url_request_context_builder.h
+++ b/net/url_request/url_request_context_builder.h
@@ -201,6 +201,8 @@ class NET_EXPORT URLRequestContextBuilder {
backoff_enabled_ = backoff_enabled;
}
+ void SetCertVerifier(scoped_ptr<CertVerifier> cert_verifier);
+
void SetInterceptors(
ScopedVector<URLRequestInterceptor> url_request_interceptors);
@@ -273,6 +275,7 @@ class NET_EXPORT URLRequestContextBuilder {
scoped_refptr<CookieStore> cookie_store_;
scoped_ptr<FtpTransactionFactory> ftp_transaction_factory_;
std::vector<SchemeFactory> extra_http_auth_handlers_;
+ scoped_ptr<CertVerifier> cert_verifier_;
ScopedVector<URLRequestInterceptor> url_request_interceptors_;
scoped_ptr<HttpServerProperties> http_server_properties_;
« no previous file with comments | « components/cronet/url_request_context_config_list.h ('k') | net/url_request/url_request_context_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698