diff options
author | bengr@chromium.org <bengr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-30 13:06:23 +0000 |
---|---|---|
committer | bengr@chromium.org <bengr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-30 13:06:23 +0000 |
commit | 85e57d4d0241a31881536262ead36f0aff90b4fc (patch) | |
tree | 05f0a17b5e3587e6620546261d3e09ddd8e01976 /components/data_reduction_proxy.gypi | |
parent | 4fd1906bf3b27103da6ff7f46e6528268bc1ba2f (diff) | |
download | chromium_src-85e57d4d0241a31881536262ead36f0aff90b4fc.zip chromium_src-85e57d4d0241a31881536262ead36f0aff90b4fc.tar.gz chromium_src-85e57d4d0241a31881536262ead36f0aff90b4fc.tar.bz2 |
Added alternative configuration for the data reduction proxy
Added a second configuration that can support two http proxies and one https proxy. In the process, added a new DataReductionProxyParams object to encapsulate static configuration details and made DataReductionSettingsAndroid a BrowserKeyedContextService.
BUG=370039
Review URL: https://codereview.chromium.org/286013002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273810 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/data_reduction_proxy.gypi')
-rw-r--r-- | components/data_reduction_proxy.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/data_reduction_proxy.gypi b/components/data_reduction_proxy.gypi index 31aa0bd..bfe50a2 100644 --- a/components/data_reduction_proxy.gypi +++ b/components/data_reduction_proxy.gypi @@ -26,6 +26,8 @@ 'data_reduction_proxy/browser/data_reduction_proxy_configurator.h', 'data_reduction_proxy/browser/data_reduction_proxy_metrics.cc', 'data_reduction_proxy/browser/data_reduction_proxy_metrics.h', + 'data_reduction_proxy/browser/data_reduction_proxy_params.cc', + 'data_reduction_proxy/browser/data_reduction_proxy_params.h', 'data_reduction_proxy/browser/data_reduction_proxy_prefs.cc', 'data_reduction_proxy/browser/data_reduction_proxy_prefs.h', 'data_reduction_proxy/browser/data_reduction_proxy_settings.cc', |