| Index: content/child/resource_dispatcher.cc
|
| diff --git a/content/child/resource_dispatcher.cc b/content/child/resource_dispatcher.cc
|
| index ee780bc72c234e968c3a180d2ac327239ef00b59..cbda6c4731052dbe4a471831bd57d203bd4c5e3f 100644
|
| --- a/content/child/resource_dispatcher.cc
|
| +++ b/content/child/resource_dispatcher.cc
|
| @@ -572,6 +572,7 @@ void ResourceDispatcher::StartSync(const RequestInfo& request_info,
|
| response->devtools_info = result.devtools_info;
|
| response->data.swap(result.data);
|
| response->download_file_path = result.download_file_path;
|
| + response->socket_address = result.socket_address;
|
| }
|
|
|
| int ResourceDispatcher::StartAsync(const RequestInfo& request_info,
|
|
|