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..5896a934534db99e3477043c6554f3ccad0b8a59 100644 |
--- a/net/http/http_stream_factory_impl.cc |
+++ b/net/http/http_stream_factory_impl.cc |
@@ -123,6 +123,10 @@ base::Value* HttpStreamFactoryImpl::PipelineInfoToValue() const { |
return http_pipelined_host_pool_.PipelineInfoToValue(); |
} |
+const HostMappingRules* HttpStreamFactoryImpl::GetHostMappingRules() const { |
+ return session_->params().host_mapping_rules; |
+} |
+ |
bool HttpStreamFactoryImpl::GetAlternateProtocolRequestFor( |
const GURL& original_url, |
GURL* alternate_url) const { |