Chromium Code Reviews| Index: components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc |
| diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc b/components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc |
| index 82dc96a2074bd5ab37ba162de165cfd93e725503..6a8df23925eb42b7bd2fc91c11add26643198968 100644 |
| --- a/components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc |
| +++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc |
| @@ -18,6 +18,10 @@ const char kDataReductionProxyConfigURL[] = "data-reduction-proxy-config-url"; |
| // Proxy field trials. |
| const char kDataReductionProxyExperiment[] = "data-reduction-proxy-experiment"; |
| +// Gets the Chrome-Proxy "exp" directive value used by data reduction proxy to |
|
tbansal1
2017/05/23 23:13:34
rm "Gets" and update comment.
RyanSturm
2017/05/23 23:18:11
Done.
|
| +// receive an alternative back end implementation. |
| +const char kDataReductionProxyServerAlternative[] = "alternative"; |
| + |
| // The origin of the data reduction proxy fallback. |
| const char kDataReductionProxyFallback[] = "spdy-proxy-auth-fallback"; |