| Index: content/common/websocket_messages.h
|
| diff --git a/content/common/websocket_messages.h b/content/common/websocket_messages.h
|
| index dadece4706dbc8606a5f6e35538c60905e7193ef..abcc12946eab660266d3c951e6396404d9b93f6f 100644
|
| --- a/content/common/websocket_messages.h
|
| +++ b/content/common/websocket_messages.h
|
| @@ -29,6 +29,7 @@
|
| IPC_STRUCT_TRAITS_BEGIN(content::WebSocketHandshakeRequest)
|
| IPC_STRUCT_TRAITS_MEMBER(url)
|
| IPC_STRUCT_TRAITS_MEMBER(headers)
|
| + IPC_STRUCT_TRAITS_MEMBER(headers_text)
|
| IPC_STRUCT_TRAITS_MEMBER(request_time)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| @@ -37,6 +38,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::WebSocketHandshakeResponse)
|
| IPC_STRUCT_TRAITS_MEMBER(status_code)
|
| IPC_STRUCT_TRAITS_MEMBER(status_text)
|
| IPC_STRUCT_TRAITS_MEMBER(headers)
|
| + IPC_STRUCT_TRAITS_MEMBER(headers_text)
|
| IPC_STRUCT_TRAITS_MEMBER(response_time)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
|
|