| Index: content/common/drag_traits.h
|
| diff --git a/content/common/drag_traits.h b/content/common/drag_traits.h
|
| index 5b78528b9c82d37e7976fdcaee9b03efa40ba0a3..fa8d358f763b16d0f148659dcb8d400385b96438 100644
|
| --- a/content/common/drag_traits.h
|
| +++ b/content/common/drag_traits.h
|
| @@ -27,6 +27,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::DropData)
|
| IPC_STRUCT_TRAITS_MEMBER(referrer_policy)
|
| IPC_STRUCT_TRAITS_MEMBER(filenames)
|
| IPC_STRUCT_TRAITS_MEMBER(filesystem_id)
|
| + IPC_STRUCT_TRAITS_MEMBER(file_system_files)
|
| IPC_STRUCT_TRAITS_MEMBER(text)
|
| IPC_STRUCT_TRAITS_MEMBER(html)
|
| IPC_STRUCT_TRAITS_MEMBER(html_base_url)
|
| @@ -35,6 +36,11 @@ IPC_STRUCT_TRAITS_BEGIN(content::DropData)
|
| IPC_STRUCT_TRAITS_MEMBER(custom_data)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| +IPC_STRUCT_TRAITS_BEGIN(content::DropData::FileSystemFileInfo)
|
| + IPC_STRUCT_TRAITS_MEMBER(url)
|
| + IPC_STRUCT_TRAITS_MEMBER(size)
|
| +IPC_STRUCT_TRAITS_END()
|
| +
|
| IPC_STRUCT_TRAITS_BEGIN(content::DragEventSourceInfo)
|
| IPC_STRUCT_TRAITS_MEMBER(event_location)
|
| IPC_STRUCT_TRAITS_MEMBER(event_source)
|
|
|