summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/net/chrome_url_request_context.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/net/chrome_url_request_context.cc b/chrome/browser/net/chrome_url_request_context.cc
index 2c19fbc..0511926 100644
--- a/chrome/browser/net/chrome_url_request_context.cc
+++ b/chrome/browser/net/chrome_url_request_context.cc
@@ -207,6 +207,8 @@ ChromeURLRequestContext* ChromeURLRequestContext::CreateOffTheRecord(
new net::HttpCache(context->host_resolver_, context->proxy_service_, 0);
context->cookie_store_ = new net::CookieMonster;
+ const CommandLine& command_line = *CommandLine::ForCurrentProcess();
+
// The kNewFtp switch is Windows specific because we have multiple FTP
// implementations on Windows.
#if defined(OS_WIN)