Chromium Code Reviews| Index: content/common/frame_messages.h |
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
| index 1bc23d20472c0e1a14af69ab1a4564eb7f435e1d..8bf8812f43dbf59a22a1dd7e280363552df07031 100644 |
| --- a/content/common/frame_messages.h |
| +++ b/content/common/frame_messages.h |
| @@ -141,6 +141,9 @@ IPC_STRUCT_BEGIN_WITH_PARENT(FrameHostMsg_DidCommitProvisionalLoad_Params, |
| // The status code of the HTTP request. |
| IPC_STRUCT_MEMBER(int, http_status_code) |
| + // The URL reachability status. |
|
Charlie Reis
2014/09/22 21:43:53
This comment isn't very helpful for understanding
wjmaclean
2014/09/23 18:42:38
You got into more detail on this round than I expe
|
| + IPC_STRUCT_MEMBER(bool, url_is_unreachable) |
| + |
| // True if the connection was proxied. In this case, socket_address |
| // will represent the address of the proxy, rather than the remote host. |
| IPC_STRUCT_MEMBER(bool, was_fetched_via_proxy) |