| Index: content/common/intents_messages.h
|
| diff --git a/content/common/intents_messages.h b/content/common/intents_messages.h
|
| index c18eb074e17b4193922bd384fda0d0b27ecf60c9..7862c18b124c1ebb3bedf2dab223b8363bab8b9b 100644
|
| --- a/content/common/intents_messages.h
|
| +++ b/content/common/intents_messages.h
|
| @@ -21,6 +21,11 @@ IPC_STRUCT_TRAITS_BEGIN(webkit_glue::WebIntentData)
|
| IPC_STRUCT_TRAITS_MEMBER(action)
|
| IPC_STRUCT_TRAITS_MEMBER(type)
|
| IPC_STRUCT_TRAITS_MEMBER(data)
|
| + IPC_STRUCT_TRAITS_MEMBER(extra_data)
|
| + IPC_STRUCT_TRAITS_MEMBER(unserialized_data)
|
| + IPC_STRUCT_TRAITS_MEMBER(blob_url)
|
| + IPC_STRUCT_TRAITS_MEMBER(blob_length)
|
| + IPC_STRUCT_TRAITS_MEMBER(data_type)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| // Set the intent data to be set on the service page.
|
|
|