| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 4ad1cc42f20d141e703b224541b0433645cd402a..fd599ea84c5e48191d1171d75b02a643b7d4a554 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(frame_unique_name)
|
| IPC_STRUCT_TRAITS_MEMBER(item_sequence_number)
|
| IPC_STRUCT_TRAITS_MEMBER(document_sequence_number)
|
| IPC_STRUCT_TRAITS_MEMBER(url)
|
|
|