Reporting and Network Error Logging use JSON-encoded response headers to instruct Chrome when to collect reports about particular domains, and where to send those reports. We're currently parsing those headers directly in the browser process, but want to switch to using data_decoder's SafeJsonParser instead.
The ParseBatch method that rsesek added will be key, since that will mean we won't have to fire up a separate utility process for each network request!
Comment 1 by dcreager@chromium.org
, Oct 4