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

Unified Diff: net/url_request/url_request_context_builder.h

Issue 1812243002: Make net pass "gn check" (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 | « net/test/run_all_unittests.cc ('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 affcd4e9934216c81fbe10b42595bcfd45cd30cf..34376ececb5e140c239cf9c18bd195af9e6ac623 100644
--- a/net/url_request/url_request_context_builder.h
+++ b/net/url_request/url_request_context_builder.h
@@ -349,7 +349,9 @@ class NET_EXPORT URLRequestContextBuilder {
scoped_ptr<NetworkDelegate> network_delegate_;
scoped_ptr<ProxyDelegate> proxy_delegate_;
scoped_ptr<CookieStore> cookie_store_;
+#if !defined(DISABLE_FTP_SUPPORT)
scoped_ptr<FtpTransactionFactory> ftp_transaction_factory_;
+#endif
scoped_ptr<HttpAuthHandlerFactory> http_auth_handler_factory_;
scoped_ptr<CertVerifier> cert_verifier_;
std::vector<scoped_ptr<URLRequestInterceptor>> url_request_interceptors_;
« no previous file with comments | « net/test/run_all_unittests.cc ('k') | net/url_request/url_request_context_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698