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 2e8306454093433af0ddfbcf47b6cc3f2e067cbd..55164c67149dea834ac5d7b3f3f8d3fbdf117cc9 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 |
@@ -51,6 +51,12 @@ const char kDataReductionProxyLoFiValueDisabled[] = "disabled"; |
const char kDataReductionProxyLoFiValueSlowConnectionsOnly[] = |
"slow-connections-only"; |
+// 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"; |
+ |
// Disables the origin of the data reduction proxy dev. |
const char kDisableDataReductionProxyDev[] = |
"disable-spdy-proxy-dev-auth-origin"; |