Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 8b1ecd30c66efc1f2aaeed8cb1837968300da4ca..93c6dfb26f31083a89144f3f7c208aa87ac5da03 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) |