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 7f3e03a0b7367903f1225aefaf36a4bd45bf609e..bab8af009d439d80957f514681d5ab283bea65de 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 |
@@ -66,5 +66,9 @@ const char kEnableDataReductionProxyLoFi[] = |
const char kEnableDataReductionProxyBypassWarning[] = |
"enable-data-reduction-proxy-bypass-warning"; |
+// Clear data savings on Chrome startup. |
+const char kClearDataReductionProxyDataSavings[] = |
+ "clear-data-reduction-proxy-data-savings"; |
+ |
} // namespace switches |
} // namespace data_reduction_proxy |