Chromium Code Reviews| Index: net/http/http_stream_factory_impl.cc |
| diff --git a/net/http/http_stream_factory_impl.cc b/net/http/http_stream_factory_impl.cc |
| index 75e7365391e2dc94559c7ff060642268465a54c0..80dffd7c82316ac207f5eb44b0d253d781c51e70 100644 |
| --- a/net/http/http_stream_factory_impl.cc |
| +++ b/net/http/http_stream_factory_impl.cc |
| @@ -123,6 +123,11 @@ base::Value* HttpStreamFactoryImpl::PipelineInfoToValue() const { |
| return http_pipelined_host_pool_.PipelineInfoToValue(); |
| } |
| +const HostMappingRules* HttpStreamFactoryImpl::GetHostMappingRules() const { |
| + return session_->params().host_mapping_rules; |
| +} |
| + |
| + |
|
mmenke
2012/08/23 18:11:28
nit: Remove extra empty line.
|
| bool HttpStreamFactoryImpl::GetAlternateProtocolRequestFor( |
| const GURL& original_url, |
| GURL* alternate_url) const { |