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 a086117038ec4783bee2bb4d5de35752190007a9..9979f38e3cc616d2b6713c558f5258038a75214b 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 |
@@ -88,6 +88,13 @@ const char kHttpReceivedContentLength[] = "http_received_content_length"; |
// received over the network. |
const char kHttpOriginalContentLength[] = "http_original_content_length"; |
+// Pref to store the retrieval time of the last simulated Data Reduction Proxy |
+// configuration. This is part of an experiment to see how many bytes are lost |
+// if the Data Reduction Proxy is not used due to configuration being expired |
+// or not available. |
+const char kSimulatedConfigRetrieveTime[] = |
+ "data_reduction.simulated_config_retrieve_time"; |
+ |
// A boolean specifying whether the data reduction proxy statistics preferences |
// have migrated from local state to the profile. |
const char kStatisticsPrefsMigrated[] = |