Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1379)

Unified Diff: content/common/drag_messages.h

Issue 11088043: browser-plugin: Allow accepting drag-n-drop events. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698