| Index: chrome/common/render_messages_params.h
|
| ===================================================================
|
| --- chrome/common/render_messages_params.h (revision 71766)
|
| +++ chrome/common/render_messages_params.h (working copy)
|
| @@ -300,6 +300,10 @@
|
|
|
| // The status code of the HTTP request.
|
| int http_status_code;
|
| +
|
| + // 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;
|
| };
|
|
|
| // Values that may be OR'd together to form the 'flags' parameter of a
|
|
|