Add capabilities for retrieving a remote Data Reduction Proxy configuration.
commit2b814a415137c887eb170ebb7994e9ec81219ebd
authorjeremyim <jeremyim@chromium.org>
Wed, 22 Apr 2015 01:00:03 +0000 (21 18:00 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 22 Apr 2015 01:00:09 +0000 (22 01:00 +0000)
treeb22d9ca78bf802e9598dae008615587934f1d8d8
parente3d9de4c2f97486c407867508b9f96566d140621
Add capabilities for retrieving a remote Data Reduction Proxy configuration.

- Add support for a new header field for the secure session ID
- Add flag to control the server from which the configuration is retrieved

BUG=466753

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

Cr-Commit-Position: refs/heads/master@{#326203}
15 files changed:
components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.cc
components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h
components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client_unittest.cc
components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc
components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h
components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.cc
components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.h
components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options_unittest.cc
components/data_reduction_proxy/core/browser/data_reduction_proxy_service.cc
components/data_reduction_proxy/core/browser/data_reduction_proxy_service.h
components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.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/common/data_reduction_proxy_switches.cc
components/data_reduction_proxy/core/common/data_reduction_proxy_switches.h