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 48c85b20df7ab945e50d39007b5a3c6cbfc35a97..f553d4aecea74096b8d354cc8807a4b34518de90 100644 |
--- a/net/http/http_stream_factory_impl_request.h |
+++ b/net/http/http_stream_factory_impl_request.h |
@@ -48,11 +48,9 @@ class HttpStreamFactoryImpl::Request : public HttpStreamRequest { |
void AttachJob(HttpStreamFactoryImpl::Job* job); |
// Marks completion of the request. Must be called before OnStreamReady(). |
- // |job_net_log| is the BoundNetLog of the Job that fulfilled this request. |
void Complete(bool was_npn_negotiated, |
NextProto protocol_negotiated, |
- bool using_spdy, |
- const BoundNetLog& job_net_log); |
+ bool using_spdy); |
// If this Request has a |spdy_session_key_|, remove this session from the |
// SpdySessionRequestMap. |