| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 4ad1cc42f20d141e703b224541b0433645cd402a..6c4463990568f556695d58815385dfc2d73360c3 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -154,6 +154,7 @@ IPC_STRUCT_END()
|
| IPC_STRUCT_TRAITS_BEGIN(content::FrameNavigateParams)
|
| IPC_STRUCT_TRAITS_MEMBER(page_id)
|
| IPC_STRUCT_TRAITS_MEMBER(nav_entry_id)
|
| + IPC_STRUCT_TRAITS_MEMBER(target)
|
| IPC_STRUCT_TRAITS_MEMBER(item_sequence_number)
|
| IPC_STRUCT_TRAITS_MEMBER(document_sequence_number)
|
| IPC_STRUCT_TRAITS_MEMBER(url)
|
|
|