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

Unified Diff: net/url_request/url_request_context.cc

Issue 10880071: Disable FTP on iOS (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: After rebasing Created 8 years, 4 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/url_request/url_request_context.h ('k') | net/url_request/url_request_job_manager.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.cc
diff --git a/net/url_request/url_request_context.cc b/net/url_request/url_request_context.cc
index e0df04ef3874aff54e7514d7d76f40482dbe1b34..e4f7f31ba152b8b2a07192ead500c4ebb5f1c99b 100644
--- a/net/url_request/url_request_context.cc
+++ b/net/url_request/url_request_context.cc
@@ -27,7 +27,9 @@ URLRequestContext::URLRequestContext()
network_delegate_(NULL),
http_server_properties_(NULL),
transport_security_state_(NULL),
+#if !defined(DISABLE_FTP_SUPPORT)
ftp_auth_cache_(new FtpAuthCache),
+#endif
http_transaction_factory_(NULL),
ftp_transaction_factory_(NULL),
job_factory_(NULL),
« no previous file with comments | « net/url_request/url_request_context.h ('k') | net/url_request/url_request_job_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698