| Index: chrome/browser/sync/glue/http_bridge.cc
|
| ===================================================================
|
| --- chrome/browser/sync/glue/http_bridge.cc (revision 99284)
|
| +++ chrome/browser/sync/glue/http_bridge.cc (working copy)
|
| @@ -79,6 +79,7 @@
|
| // We don't use a cache for bridged loads, but we do want to share proxy info.
|
| set_host_resolver(baseline_context->host_resolver());
|
| set_proxy_service(baseline_context->proxy_service());
|
| + set_spdy_config_service(baseline_context->spdy_config_service());
|
| set_ssl_config_service(baseline_context->ssl_config_service());
|
|
|
| // We want to share the HTTP session data with the network layer factory,
|
|
|