| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 52de800f69632a21465a80fcbb3ea3667792bc99..1a52689f6b9ea9068362142eb75b415d05f9fb99 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -280,6 +280,9 @@ IPC_STRUCT_TRAITS_BEGIN(content::StartNavigationParams)
|
| IPC_STRUCT_TRAITS_MEMBER(is_post)
|
| IPC_STRUCT_TRAITS_MEMBER(extra_headers)
|
| IPC_STRUCT_TRAITS_MEMBER(browser_initiated_post_data)
|
| +#if defined(OS_ANDROID)
|
| + IPC_STRUCT_TRAITS_MEMBER(has_user_gesture)
|
| +#endif
|
| IPC_STRUCT_TRAITS_MEMBER(transferred_request_child_id)
|
| IPC_STRUCT_TRAITS_MEMBER(transferred_request_request_id)
|
| IPC_STRUCT_TRAITS_END()
|
|
|