0
Files
src/ios
droger 73a6070e3c Inject JSON parsing in WebResource as a callback rather than inheritance
This CL replaces inheritance by composition to inject the JSON
parsing behavior.
It deletes the subclasses ChromeWebResourceService and
IOWebResourceService, and introduces
web_resource::ParseJSONCallback instead.

BUG=371477
TBR=jochen

Review URL: https://codereview.chromium.org/1291543004

Cr-Commit-Position: refs/heads/master@{#345286}
2015-08-25 08:45:51 +00:00
..
2015-03-20 16:56:24 +00:00
2015-08-25 05:03:35 +00:00
2015-02-24 17:44:14 +00:00
2015-08-12 16:19:46 +00:00
2015-05-13 16:07:32 +00:00

This directory holds code related to the iOS port of Chromium. See
https://sites.google.com/a/chromium.org/dev/developers/design-documents/structure-of-layered-components-within-the-chromium-codebase
for a description of the structure underneath this directory.