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), |