DescriptionExtracted inner class doing process dispatch.
The inner class WebResourceService::UnpackerClient is dispatching a json parsing job
to a subprocess. In iOS launching a subprocess is not supported. In order to replace
this class on this particular platform by one doing a thread dispatch the class has
been renamed and refactored in its own file. In doing so an abstract superclass was
crated to make the API more obvious.
The iOS subclass already exists in the iOS tree, and will be brought up with the
rest of the iOS browser changes.
BUG=b/6753678
TEST=No user visible changes.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=145689
Patch Set 1 : . #Patch Set 2 : Small tweaks. #Patch Set 3 : FIxing initialization bug. #
Total comments: 12
Patch Set 4 : #
Total comments: 2
Patch Set 5 : Adding comment. #Messages
Total messages: 8 (0 generated)
|