Create fluent Builder for DataReductionProxyTestContext.
commite9448c81348c4d10000654c29ac2c83a6cd76086
authorjeremyim <jeremyim@chromium.org>
Wed, 25 Feb 2015 23:28:21 +0000 (25 15:28 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 25 Feb 2015 23:28:58 +0000 (25 23:28 +0000)
tree78eb93cfebdeecff78124e02f53ea124464f0edf
parent45dc77a1ea86f69cce11e72bf5782310b5cb084b
Create fluent Builder for DataReductionProxyTestContext.

This simplifies the way in which a DRP TestContext is created, in that
optional parameters are specified with explicit methods on the Builder.

BUG=461914

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

Cr-Commit-Position: refs/heads/master@{#318142}
13 files changed:
chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings_unittest.cc
components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle_unittest.cc
components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol_unittest.cc
components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc
components/data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unittest.cc
components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.cc
components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc
components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options_unittest.cc
components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.cc
components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest.cc
components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc
components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h
components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats_unittest.cc