Chromium Code Reviews| Index: content/common/frame_messages.h |
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
| index 2282f2e53538804bbf00175f46e01c36b9d58901..da28d3007d4e62afc6dec9b73ac08783345ed1bf 100644 |
| --- a/content/common/frame_messages.h |
| +++ b/content/common/frame_messages.h |
| @@ -357,6 +357,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::BeginNavigationParams) |
| IPC_STRUCT_TRAITS_MEMBER(searchable_form_encoding) |
| IPC_STRUCT_TRAITS_MEMBER(initiator_origin) |
| IPC_STRUCT_TRAITS_MEMBER(client_side_redirect_url) |
| + IPC_STRUCT_TRAITS_MEMBER(is_form_submission) |
|
Mike West
2017/02/22 15:36:08
Addition of the bool to IPC looks fine.
arthursonzogni
2017/02/22 17:15:23
Acknowledged.
|
| IPC_STRUCT_TRAITS_END() |
| IPC_STRUCT_TRAITS_BEGIN(content::StartNavigationParams) |