| Index: components/metrics/metrics_service.cc
|
| diff --git a/components/metrics/metrics_service.cc b/components/metrics/metrics_service.cc
|
| index 9f88769cc26e57f89c3e0214b61bac77219e350e..e2f1f4cd471963a08416ee5da7d3629a17b94342 100644
|
| --- a/components/metrics/metrics_service.cc
|
| +++ b/components/metrics/metrics_service.cc
|
| @@ -591,8 +591,10 @@ void MetricsService::InitializeMetricsState() {
|
| }
|
|
|
| bool has_initial_stability_log = false;
|
| + bool providers_have_initial_stability_metrics =
|
| + ProvidersHaveInitialStabilityMetrics();
|
| if (!clean_exit_beacon_.exited_cleanly() ||
|
| - ProvidersHaveInitialStabilityMetrics()) {
|
| + providers_have_initial_stability_metrics) {
|
| // TODO(rtenneti): On windows, consider saving/getting execution_phase from
|
| // the registry.
|
| int execution_phase =
|
|
|