| Index: webkit/glue/resource_loader_bridge.h
|
| ===================================================================
|
| --- webkit/glue/resource_loader_bridge.h (revision 71766)
|
| +++ webkit/glue/resource_loader_bridge.h (working copy)
|
| @@ -182,6 +182,10 @@
|
| // transparent proxy). The proxy could be any type of proxy, HTTP or SOCKS.
|
| // Note: we cannot tell if a transparent proxy may have been involved.
|
| bool was_fetched_via_proxy;
|
| +
|
| + // Remote address of the socket which fetched this resource, for presenting
|
| + // to inquisitive users. Can be "ipv4:port", "[ipv6]:port", or empty.
|
| + std::string socket_address;
|
| };
|
|
|
| class ResourceLoaderBridge {
|
|
|