DescriptionRemove SupportsUserData from ResourceRequestBodyImpl.
ResourceRequestBodyImpl is sent between processes via IPC and Mojo, and
since we can't send the UserData along with it, it doesn't make sense to
inherit from SupportsUserData. It was only being used to stash upload blob
handles, so this CL juggles around ownership of those.
BUG=737191
Review-Url: https://codereview.chromium.org/2960023002
Cr-Commit-Position: refs/heads/master@{#483140}
Committed: https://chromium.googlesource.com/chromium/src/+/ed44e6c201f6e31ab4dc71b7914628545a551eda
Patch Set 1 #Patch Set 2 : .... #
Total comments: 5
Patch Set 3 : Switch to BlobHandles*, fix two comments #
Total comments: 2
Patch Set 4 : Merge, response to comment #Dependent Patchsets: Messages
Total messages: 37 (22 generated)
|