| Index: components/metrics/metrics_pref_names.cc
|
| diff --git a/components/metrics/metrics_pref_names.cc b/components/metrics/metrics_pref_names.cc
|
| index a5ad6a521df6a25cd609b729b87efef3675a68b5..72656f6be6a6a35d9aa5374053186e9a01b250bd 100644
|
| --- a/components/metrics/metrics_pref_names.cc
|
| +++ b/components/metrics/metrics_pref_names.cc
|
| @@ -56,6 +56,10 @@ const char kMetricsReportingEnabledTimestamp[] =
|
| // The metrics client session ID.
|
| const char kMetricsSessionID[] = "user_experience_metrics.session_id";
|
|
|
| +// The last-seen timestamp of setup metrics file.
|
| +const char kSetupMetricsLastSeenPrefix[] =
|
| + "user_experience_metrics.setup_last_seen.";
|
| +
|
| // Number of times the browser has been able to register crash reporting.
|
| const char kStabilityBreakpadRegistrationSuccess[] =
|
| "user_experience_metrics.stability.breakpad_registration_ok";
|
|
|