Data reduction proxy bypass with test server
commitc913531c74e525174cff7df56fc8e683c2abd3ca
authorbengr <bengr@chromium.org>
Thu, 11 Dec 2014 22:20:48 +0000 (11 14:20 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 11 Dec 2014 22:21:45 +0000 (11 22:21 +0000)
tree8533f1064a2d6a7f5e834268296d14ad111f7783
parent29b3b28bcd3ea31391f4ff1b1edc43c18d788c98
Data reduction proxy bypass with test server

Include tests that verify the interaction of the data
reduction proxy's bypass mechanism and a real server.

BUG=438866

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

Cr-Commit-Position: refs/heads/master@{#307982}
15 files changed:
components/components_unittests.isolate
components/data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unittest.cc
components/data_reduction_proxy/core/common/data_reduction_proxy_params.h
components/data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils.cc
components/data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils.h
components/test/data/data_reduction_proxy/OWNERS [new file with mode: 0644]
components/test/data/data_reduction_proxy/direct/block10.html [new file with mode: 0644]
components/test/data/data_reduction_proxy/direct/block10.html.mock-http-headers [new file with mode: 0644]
components/test/data/data_reduction_proxy/direct/noblock.html [new file with mode: 0644]
components/test/data/data_reduction_proxy/direct/noblock.html.mock-http-headers [new file with mode: 0644]
components/test/data/data_reduction_proxy/proxy/block10.html [new file with mode: 0644]
components/test/data/data_reduction_proxy/proxy/block10.html.mock-http-headers [new file with mode: 0644]
components/test/data/data_reduction_proxy/proxy/noblock.html [new file with mode: 0644]
components/test/data/data_reduction_proxy/proxy/noblock.html.mock-http-headers [new file with mode: 0644]
net/test/embedded_test_server/embedded_test_server.cc