Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(351)

Unified Diff: net/http/http_stream_factory_impl_request.h

Issue 1212153002: Track all jobs associated with an HttpStreamRequest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698