Index: net/http/http_stream_factory_impl_job.h |
diff --git a/net/http/http_stream_factory_impl_job.h b/net/http/http_stream_factory_impl_job.h |
index ee60d766bdf417707c0cf28ebebcb8fc12b05cbd..f73587a2bf8d061f4e9e013de3cf3559798178fc 100644 |
--- a/net/http/http_stream_factory_impl_job.h |
+++ b/net/http/http_stream_factory_impl_job.h |
@@ -119,9 +119,6 @@ |
const base::WeakPtr<SpdySession>& spdy_session, |
bool direct) = 0; |
- // Invoked when the orphaned |job| finishes. |
- virtual void OnOrphanedJobComplete(const Job* job) = 0; |
- |
// Invoked when the |job| finishes pre-connecting sockets. |
virtual void OnPreconnectsComplete(Job* job) = 0; |
@@ -148,7 +145,7 @@ |
// Remove session from the SpdySessionRequestMap. |
virtual void RemoveRequestFromSpdySessionRequestMapForJob(Job* job) = 0; |
- virtual const NetLogWithSource* GetNetLog(Job* job) const = 0; |
+ virtual const NetLogWithSource* GetNetLog() const = 0; |
virtual WebSocketHandshakeStreamBase::CreateHelper* |
websocket_handshake_stream_create_helper() = 0; |