| Index: content/common/drag_messages.h
|
| diff --git a/content/common/drag_messages.h b/content/common/drag_messages.h
|
| index 59ee6b386aec472e25c59cf3ebcee1aeb92e1986..771457096f08c712002309a5d664208156bd015a 100644
|
| --- a/content/common/drag_messages.h
|
| +++ b/content/common/drag_messages.h
|
| @@ -29,8 +29,8 @@ IPC_STRUCT_TRAITS_BEGIN(WebDropData)
|
| IPC_STRUCT_TRAITS_MEMBER(referrer_policy)
|
| IPC_STRUCT_TRAITS_MEMBER(filenames)
|
| IPC_STRUCT_TRAITS_MEMBER(filesystem_id)
|
| - IPC_STRUCT_TRAITS_MEMBER(plain_text)
|
| - IPC_STRUCT_TRAITS_MEMBER(text_html)
|
| + IPC_STRUCT_TRAITS_MEMBER(text)
|
| + IPC_STRUCT_TRAITS_MEMBER(html)
|
| IPC_STRUCT_TRAITS_MEMBER(html_base_url)
|
| IPC_STRUCT_TRAITS_MEMBER(file_description_filename)
|
| IPC_STRUCT_TRAITS_MEMBER(file_contents)
|
|
|