| Index: net/http/http_stream_factory_impl_job_controller.h
|
| diff --git a/net/http/http_stream_factory_impl_job_controller.h b/net/http/http_stream_factory_impl_job_controller.h
|
| index 9a43bfb61499357648b6eadd32c3769cd66d5342..60e22e8d14416f03384392d8508c741c7e2e4fad 100644
|
| --- a/net/http/http_stream_factory_impl_job_controller.h
|
| +++ b/net/http/http_stream_factory_impl_job_controller.h
|
| @@ -136,6 +136,9 @@
|
| const base::WeakPtr<SpdySession>& spdy_session,
|
| bool direct) override;
|
|
|
| + // Invoked when the orphaned |job| finishes.
|
| + void OnOrphanedJobComplete(const Job* job) override;
|
| +
|
| // Invoked when the |job| finishes pre-connecting sockets.
|
| void OnPreconnectsComplete(Job* job) override;
|
|
|
| @@ -163,7 +166,7 @@
|
| // Remove session from the SpdySessionRequestMap.
|
| void RemoveRequestFromSpdySessionRequestMapForJob(Job* job) override;
|
|
|
| - const NetLogWithSource* GetNetLog() const override;
|
| + const NetLogWithSource* GetNetLog(Job* job) const override;
|
|
|
| void MaybeSetWaitTimeForMainJob(const base::TimeDelta& delay) override;
|
|
|
| @@ -205,9 +208,6 @@
|
| // completion.
|
| void OrphanUnboundJob();
|
|
|
| - // Invoked when the orphaned |job| finishes.
|
| - void OnOrphanedJobComplete(const Job* job);
|
| -
|
| // Called when a Job succeeds.
|
| void OnJobSucceeded(Job* job);
|
|
|
|
|