commit | ff7fdbb297f5430b4fa34ececfb736743c4d9994 | [log] [tgz] |
---|---|---|
author | tfarina <tfarina@chromium.org> | Sat Feb 18 11:40:34 2017 |
committer | Commit bot <commit-bot@chromium.org> | Sat Feb 18 11:40:34 2017 |
tree | a0d02ae1cfd211cb4bca8d4f64879bc7842b270d | |
parent | 5cd9ae8889c732428043460caa5d0fd8043041c1 [diff] |
net: remove GetNormalizedHeaders() function It is only used by some logging and test functions. It should be safe to replace those callers with ConvertHeadersBackToHTTPResponse(). This cleans up Darin's TODO. BUG=488593 TEST=net_unittests R=eroman@chromium.org,rogerta@chromium.org,sky@chromium.org Review-Url: https://codereview.chromium.org/2670013002 Cr-Commit-Position: refs/heads/master@{#451455}