| Index: content/common/intents_messages.h
|
| diff --git a/content/common/intents_messages.h b/content/common/intents_messages.h
|
| index 79d9bfc4790ace0018f62d0cf4511e48e72d6435..8f56546ba210847a87c2795c01f5c28dcc94db77 100644
|
| --- a/content/common/intents_messages.h
|
| +++ b/content/common/intents_messages.h
|
| @@ -22,7 +22,10 @@ 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_file)
|
| + IPC_STRUCT_TRAITS_MEMBER(blob_length)
|
| IPC_STRUCT_TRAITS_MEMBER(data_type)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
|
|