| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index f78f7ed0e5f204370e6a3fe537712e02bb4250a4..6c5f45b86e8dcd2a8a9ae66b7d8b2cf6e4cd0be6 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -251,6 +251,7 @@ IPC_STRUCT_TRAITS_END()
|
| IPC_STRUCT_TRAITS_BEGIN(content::FrameNavigateParams)
|
| IPC_STRUCT_TRAITS_MEMBER(page_id)
|
| IPC_STRUCT_TRAITS_MEMBER(url)
|
| + IPC_STRUCT_TRAITS_MEMBER(base_url)
|
| IPC_STRUCT_TRAITS_MEMBER(referrer)
|
| IPC_STRUCT_TRAITS_MEMBER(transition)
|
| IPC_STRUCT_TRAITS_MEMBER(redirects)
|
|
|