Index: webkit/tools/test_shell/test_shell_request_context.cc |
=================================================================== |
--- webkit/tools/test_shell/test_shell_request_context.cc (revision 104660) |
+++ webkit/tools/test_shell/test_shell_request_context.cc (working copy) |
@@ -93,7 +93,8 @@ |
new net::HttpCache(host_resolver(), cert_verifier(), |
origin_bound_cert_service(), NULL, NULL, |
proxy_service(), ssl_config_service(), |
- http_auth_handler_factory(), NULL, NULL, backend); |
+ http_auth_handler_factory(), NULL, NULL, NULL, |
+ backend); |
cache->set_mode(cache_mode); |
storage_.set_http_transaction_factory(cache); |