| Index: trunk/src/net/http/http_stream_factory_impl_job.cc
|
| ===================================================================
|
| --- trunk/src/net/http/http_stream_factory_impl_job.cc (revision 274100)
|
| +++ trunk/src/net/http/http_stream_factory_impl_job.cc (working copy)
|
| @@ -339,9 +339,6 @@
|
| // NULL at this point if the SpdySession closed immediately after creation.
|
| base::WeakPtr<SpdySession> spdy_session = new_spdy_session_;
|
| new_spdy_session_.reset();
|
| -
|
| - // TODO(jgraettinger): Notify the factory, and let that notify |request_|,
|
| - // rather than notifying |request_| directly.
|
| if (IsOrphaned()) {
|
| if (spdy_session) {
|
| stream_factory_->OnNewSpdySessionReady(
|
|
|