Index: webkit/tools/test_shell/test_shell_request_context.cc |
=================================================================== |
--- webkit/tools/test_shell/test_shell_request_context.cc (revision 16488) |
+++ webkit/tools/test_shell/test_shell_request_context.cc (working copy) |
@@ -30,7 +30,8 @@ |
accept_charset_ = "iso-8859-1,*,utf-8"; |
net::ProxyConfig proxy_config; |
- proxy_service_ = net::ProxyService::Create(no_proxy ? &proxy_config : NULL); |
+ proxy_service_ = net::ProxyService::Create(no_proxy ? &proxy_config : NULL, |
+ false, NULL, NULL); |
net::HttpCache *cache; |
if (cache_path.empty()) { |