| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index a1d3c73f8c1b7b7ec15105a08ffadcf992be84c7..741a3f78c193c20e657579892f693a2da7d7ab5a 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -477,6 +477,9 @@ IPC_STRUCT_BEGIN_WITH_PARENT(ViewHostMsg_FrameNavigate_Params,
|
| // Serialized history item state to store in the navigation entry.
|
| IPC_STRUCT_MEMBER(std::string, content_state)
|
|
|
| + // Original request's URL.
|
| + IPC_STRUCT_MEMBER(GURL, original_request_url)
|
| +
|
| // User agent override used to navigate.
|
| IPC_STRUCT_MEMBER(bool, is_overriding_user_agent)
|
| IPC_STRUCT_END()
|
|
|