Index: content/common/drag_messages.h |
diff --git a/content/common/drag_messages.h b/content/common/drag_messages.h |
index 26cb7d391f1d4de5cf054b180da569135aa8ba4d..f1d8ce7df54924bd52029849657b1685d0f7bfe9 100644 |
--- a/content/common/drag_messages.h |
+++ b/content/common/drag_messages.h |
@@ -14,28 +14,6 @@ |
#define IPC_MESSAGE_START DragMsgStart |
-IPC_ENUM_TRAITS(WebKit::WebDragOperation) |
- |
-IPC_STRUCT_TRAITS_BEGIN(WebDropData::FileInfo) |
- IPC_STRUCT_TRAITS_MEMBER(path) |
- IPC_STRUCT_TRAITS_MEMBER(display_name) |
-IPC_STRUCT_TRAITS_END() |
- |
-IPC_STRUCT_TRAITS_BEGIN(WebDropData) |
- IPC_STRUCT_TRAITS_MEMBER(url) |
- IPC_STRUCT_TRAITS_MEMBER(url_title) |
- IPC_STRUCT_TRAITS_MEMBER(download_metadata) |
- IPC_STRUCT_TRAITS_MEMBER(referrer_policy) |
- IPC_STRUCT_TRAITS_MEMBER(filenames) |
- IPC_STRUCT_TRAITS_MEMBER(filesystem_id) |
- 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) |
- IPC_STRUCT_TRAITS_MEMBER(custom_data) |
-IPC_STRUCT_TRAITS_END() |
- |
// Messages sent from the browser to the renderer. |
IPC_MESSAGE_ROUTED5(DragMsg_TargetDragEnter, |