| Index: content/common/intents_messages.h
|
| diff --git a/content/common/intents_messages.h b/content/common/intents_messages.h
|
| index 647406600ab423215e56ee06a4b2051185cd5665..febdd453b2045ffe128c0f5a9cad439ec96b5827 100644
|
| --- a/content/common/intents_messages.h
|
| +++ b/content/common/intents_messages.h
|
| @@ -37,9 +37,10 @@ IPC_STRUCT_TRAITS_BEGIN(webkit_glue::WebIntentData)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(webkit_glue::WebIntentServiceData)
|
| - IPC_STRUCT_TRAITS_MEMBER(service_url)
|
| IPC_STRUCT_TRAITS_MEMBER(action)
|
| IPC_STRUCT_TRAITS_MEMBER(type)
|
| + IPC_STRUCT_TRAITS_MEMBER(scheme)
|
| + IPC_STRUCT_TRAITS_MEMBER(service_url)
|
| IPC_STRUCT_TRAITS_MEMBER(title)
|
| IPC_STRUCT_TRAITS_MEMBER(disposition)
|
| IPC_STRUCT_TRAITS_END()
|
|
|