| Index: chrome/browser/net/connection_tester.cc
|
| ===================================================================
|
| --- chrome/browser/net/connection_tester.cc (revision 99284)
|
| +++ chrome/browser/net/connection_tester.cc (working copy)
|
| @@ -30,6 +30,7 @@
|
| #include "net/proxy/proxy_config_service_fixed.h"
|
| #include "net/proxy/proxy_script_fetcher_impl.h"
|
| #include "net/proxy/proxy_service.h"
|
| +#include "net/spdy/spdy_config_service_defaults.h"
|
| #include "net/url_request/url_request.h"
|
| #include "net/url_request/url_request_context.h"
|
| #include "net/url_request/url_request_context_storage.h"
|
| @@ -73,6 +74,7 @@
|
| storage_.set_dnsrr_resolver(new net::DnsRRResolver);
|
| storage_.set_ftp_transaction_factory(
|
| new net::FtpNetworkLayer(host_resolver()));
|
| + storage_.set_spdy_config_service(new net::SpdyConfigServiceDefaults);
|
| storage_.set_ssl_config_service(new net::SSLConfigServiceDefaults);
|
| storage_.set_http_auth_handler_factory(
|
| net::HttpAuthHandlerFactory::CreateDefault(host_resolver()));
|
|
|