| Index: content/common/drag_traits.h
|
| diff --git a/content/common/drag_traits.h b/content/common/drag_traits.h
|
| index bf20e175fa0ee3d9ae2d9edae06df8275fac05fc..16ea9b1e8fa73a351ce71a49837669d5f00037c8 100644
|
| --- a/content/common/drag_traits.h
|
| +++ b/content/common/drag_traits.h
|
| @@ -35,6 +35,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::DropData)
|
| IPC_STRUCT_TRAITS_MEMBER(html)
|
| IPC_STRUCT_TRAITS_MEMBER(html_base_url)
|
| IPC_STRUCT_TRAITS_MEMBER(file_contents)
|
| + IPC_STRUCT_TRAITS_MEMBER(file_contents_source_url)
|
| IPC_STRUCT_TRAITS_MEMBER(file_contents_filename_extension)
|
| IPC_STRUCT_TRAITS_MEMBER(file_contents_content_disposition)
|
| IPC_STRUCT_TRAITS_MEMBER(custom_data)
|
|
|