| Index: net/http/http_stream_factory_impl.h
|
| diff --git a/net/http/http_stream_factory_impl.h b/net/http/http_stream_factory_impl.h
|
| index 25422982db90e49c23df8a7c9a7703a2dfcb0c61..213d96a15d6576e84b809af665ce897c11a1912f 100644
|
| --- a/net/http/http_stream_factory_impl.h
|
| +++ b/net/http/http_stream_factory_impl.h
|
| @@ -43,6 +43,7 @@ class NET_EXPORT_PRIVATE HttpStreamFactoryImpl :
|
| const SSLConfig& server_ssl_config,
|
| const SSLConfig& proxy_ssl_config) OVERRIDE;
|
| virtual base::Value* PipelineInfoToValue() const OVERRIDE;
|
| + virtual const HostMappingRules* GetHostMappingRules() const OVERRIDE;
|
|
|
| // HttpPipelinedHostPool::Delegate interface
|
| virtual void OnHttpPipelinedHostHasAdditionalCapacity(
|
|
|