| Index: net/url_request/url_request_http_job.cc
|
| diff --git a/net/url_request/url_request_http_job.cc b/net/url_request/url_request_http_job.cc
|
| index de512842922084166db4d8186b0b609d04eadd84..adb5c5c9d491fe47cfbdf0b0fb5835d69543c8b7 100644
|
| --- a/net/url_request/url_request_http_job.cc
|
| +++ b/net/url_request/url_request_http_job.cc
|
| @@ -926,6 +926,10 @@ void URLRequestHttpJob::StopCaching() {
|
| transaction_->StopCaching();
|
| }
|
|
|
| +std::string URLRequestHttpJob::GetSocketAddress() const {
|
| + return response_info_ ? response_info_->socket_address : "";
|
| +}
|
| +
|
| URLRequestHttpJob::~URLRequestHttpJob() {
|
| DCHECK(!sdch_test_control_ || !sdch_test_activated_);
|
| if (!IsCachedContent()) {
|
|
|