diff options
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r-- | chrome/common/pref_names.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index 610d5d0..678ee6d 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -1383,6 +1383,11 @@ const char kMetricsReportingEnabled[] = // stored locally and never transmitted in metrics reports. const char kMetricsMachineId[] = "user_experience_metrics.machine_id"; +// Boolean that indicates a cloned install has been detected and the metrics +// client id and low entropy source should be reset. +const char kMetricsResetIds[] = + "user_experience_metrics.reset_metrics_ids"; + // Boolean that specifies whether or not crash reports are sent // over the network for analysis. #if defined(OS_ANDROID) |