Moved data reduction proxy header processing out of net
commitcefb81130fcc85a5de0b737be52380a22b437574
authorbengr@chromium.org <bengr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Sun, 15 Jun 2014 12:19:52 +0000 (15 12:19 +0000)
committerbengr@chromium.org <bengr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Sun, 15 Jun 2014 12:19:52 +0000 (15 12:19 +0000)
treea6c1e7b0d16272939e459446dce5d3f6c70e01cb
parent344a02931fcd9f58e602bd0a1cdf2dde97737d77
Moved data reduction proxy header processing out of net

BUG=367221

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277314 0039d316-1c4b-4281-b951-d872f2087c98
14 files changed:
chrome/browser/android/intercept_download_resource_throttle.cc
chrome/chrome_renderer.gypi
chrome/renderer/DEPS
chrome/renderer/page_load_histograms.cc
components/components_tests.gyp
components/data_reduction_proxy.gypi
components/data_reduction_proxy/browser/data_reduction_proxy_metrics.cc
components/data_reduction_proxy/browser/data_reduction_proxy_protocol.cc
components/data_reduction_proxy/common/data_reduction_proxy_headers.cc [new file with mode: 0644]
components/data_reduction_proxy/common/data_reduction_proxy_headers.h [new file with mode: 0644]
components/data_reduction_proxy/common/data_reduction_proxy_headers_unittest.cc [new file with mode: 0644]
net/http/http_response_headers.cc
net/http/http_response_headers.h
net/http/http_response_headers_unittest.cc