| Index: net/http/http_stream_factory_impl_job.cc
|
| diff --git a/net/http/http_stream_factory_impl_job.cc b/net/http/http_stream_factory_impl_job.cc
|
| index dcbf1149f24ba7dfa93f43a365c1048c8d851fc6..2a0d91c9e869334b4a579b2a91b96d72411b33af 100644
|
| --- a/net/http/http_stream_factory_impl_job.cc
|
| +++ b/net/http/http_stream_factory_impl_job.cc
|
| @@ -836,6 +836,7 @@ int HttpStreamFactoryImpl::Job::DoCreateStreamComplete(int result) {
|
| if (result < 0)
|
| return result;
|
|
|
| + session_->proxy_service()->ReportSuccess(proxy_info_);
|
| next_state_ = STATE_NONE;
|
| return OK;
|
| }
|
|
|