Chromium Code Reviews
DescriptionFix an issue that drag and drop image always has default file name.
The reason is content::DropData is passed between renderer and browser
through IPC message, but we didn't declare several fields as
IPC_STRUCT_TRAITS.
Also noticed content::DropData.file_mime_types and
did_originate_from_renderer are also not declared. This CL didn't add
those in case it breaks something else.
BUG=702173
Review-Url: https://codereview.chromium.org/2803473003
Cr-Commit-Position: refs/heads/master@{#461942}
Committed: https://chromium.googlesource.com/chromium/src/+/0b5c13253a5c567373cf037d336a998601105082
Patch Set 1 #
Messages
Total messages: 11 (5 generated)
|
|||||||||||||||||||