diff options
Diffstat (limited to 'content/common/drag_messages.h')
-rw-r--r-- | content/common/drag_messages.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/common/drag_messages.h b/content/common/drag_messages.h index 59ee6b3..7714570 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) |