diff options
author | dcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-16 01:28:17 +0000 |
---|---|---|
committer | dcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-16 01:28:17 +0000 |
commit | da41ae9be8d07ceca1b012c5e33a1dcd7987d400 (patch) | |
tree | 9da98f291d9b32407b1faf56040fce859897f9e2 /content/common/drag_messages.h | |
parent | cbdc8c2b4b46c7e7886c9e99bc595a0b9936b381 (diff) | |
download | chromium_src-da41ae9be8d07ceca1b012c5e33a1dcd7987d400.zip chromium_src-da41ae9be8d07ceca1b012c5e33a1dcd7987d400.tar.gz chromium_src-da41ae9be8d07ceca1b012c5e33a1dcd7987d400.tar.bz2 |
Allow empty strings to be written to the clipboard
BUG=109810
TEST=manual testing
Review URL: https://chromiumcodereview.appspot.com/10532168
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142554 0039d316-1c4b-4281-b951-d872f2087c98
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) |