DescriptionMojo: Fix two bugs in content handling
1. URLLoaders can't be reused, so we need to construct one
per-load. This became too gnarly to handle with callbacks
so I put it back to having a loader object that owns the
URLLoader.
2. The relevant URLLoader needs to be passed to
ContentHandler::OnConnect() so that it stays alive long
enough to read the entire response.
BUG=
Committed: https://crrev.com/54efb2353d1a90840fcfad2ca5b5b3a8c7883154
Cr-Commit-Position: refs/heads/master@{#292460}
Patch Set 1 #Patch Set 2 : rebase #
Total comments: 4
Patch Set 3 : Darin comments, updates for Android toolchain #
Total comments: 14
Patch Set 4 : darin comments #
Total comments: 2
Patch Set 5 : rebase #Patch Set 6 : Finally figured out what Tim was trying to say. #Patch Set 7 : git cl format #Patch Set 8 : #Messages
Total messages: 26 (0 generated)
|