| Index: components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.cc
|
| diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.cc b/components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.cc
|
| index cd72646424fda4f4e3536897d2ebbcd313148bd3..0ac6d04b2357cadb1570e60862218736ec88aeda 100644
|
| --- a/components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.cc
|
| +++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.cc
|
| @@ -191,6 +191,11 @@ const char kDataReductionProxyWasEnabledBefore[] =
|
| const char kDataReductionProxyLastEnabledTime[] =
|
| "data_reduction.last_enabled_time";
|
|
|
| +// An integer pref that contains the time when the data reduction proxy savings
|
| +// were last cleared because the system clock was moved back by more than 1 day.
|
| +const char kDataReductionProxySavingsClearedNegativeSystemClock[] =
|
| + "data_reduction.savings_cleared_negative_system_clock";
|
| +
|
| // An int64_t pref that contains the total size of all HTTP content received
|
| // from the network.
|
| const char kHttpReceivedContentLength[] = "http_received_content_length";
|
|
|