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 dc65c52936346ef05d97ec9a3e92add96df2feca..641c011d444891db0e5ce350e43ccc63018a0a72 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 |
| @@ -79,11 +79,11 @@ const char kEnableDataReductionProxyBypassWarning[] = |
| const char kEnableDataReductionProxyCarrierTest[] = |
| "enable-data-reduction-proxy-carrier-test"; |
| -// Enables preview mode for Lo-Fi. This means a preview should be requested |
| -// instead of placeholders whenever Lo-Fi mode is on. Lo-Fi must also be enabled |
| -// via a flag or field trial. |
| -const char kEnableDataReductionProxyLoFiPreview[] = |
| - "enable-data-reduction-proxy-lo-fi-preview"; |
| +// Enables lite page previews from the data reduction proxy. This means a |
| +// lite page should be requested instead of placeholders whenever Lo-Fi mode is |
| +// on. Lo-Fi must also be enabled via a flag or field trial. |
| +const char kEnableDataReductionProxyLitePage[] = |
| + "enable-data-reduction-proxy-lite-page"; |
|
bengr
2016/09/22 22:04:48
Please fix all integration tests along with this c
tbansal1
2016/09/23 00:08:41
nit: you will also need to update the field trial
megjablon
2016/09/27 00:08:11
Done.
|
| // Enables sending a pageload metrics pingback after every page load. |
| const char kEnableDataReductionProxyForcePingback[] = |