Index: net/http/http_stream_factory_impl_request.h |
diff --git a/net/http/http_stream_factory_impl_request.h b/net/http/http_stream_factory_impl_request.h |
index 2244253afd94a8c5bbcf51bc1d4891fc691c9d69..48c85b20df7ab945e50d39007b5a3c6cbfc35a97 100644 |
--- a/net/http/http_stream_factory_impl_request.h |
+++ b/net/http/http_stream_factory_impl_request.h |
@@ -34,6 +34,8 @@ class HttpStreamFactoryImpl::Request : public HttpStreamRequest { |
// The GURL from the HttpRequestInfo the started the Request. |
const GURL& url() const { return url_; } |
+ const BoundNetLog& net_log() const { return net_log_; } |
+ |
// Called when the Job determines the appropriate |spdy_session_key| for the |
// Request. Note that this does not mean that SPDY is necessarily supported |
// for this SpdySessionKey, since we may need to wait for NPN to complete |