| Index: webkit/glue/weburlloader_impl.cc
|
| ===================================================================
|
| --- webkit/glue/weburlloader_impl.cc (revision 71766)
|
| +++ webkit/glue/weburlloader_impl.cc (working copy)
|
| @@ -189,6 +189,7 @@
|
| response->setWasAlternateProtocolAvailable(
|
| info.was_alternate_protocol_available);
|
| response->setWasFetchedViaProxy(info.was_fetched_via_proxy);
|
| + response->setSocketAddress(WebString::fromUTF8(info.socket_address));
|
| response->setConnectionID(info.connection_id);
|
| response->setConnectionReused(info.connection_reused);
|
| response->setDownloadFilePath(FilePathToWebString(info.download_file_path));
|
|
|