| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 1ec6b9be307edb71efa4972e72f3d43562d27184..a6e6d3e77b8260049937f78fed0af53693021975 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -454,6 +454,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()
|
|
|