| Index: chrome/browser/metrics/chrome_stability_metrics_provider.cc
|
| diff --git a/chrome/browser/metrics/chrome_stability_metrics_provider.cc b/chrome/browser/metrics/chrome_stability_metrics_provider.cc
|
| index c8145ab3a203711387ecc8b2699b822300b2d17c..ae40c63aa2d73c66a85e75aca9a7cd905c2f132a 100644
|
| --- a/chrome/browser/metrics/chrome_stability_metrics_provider.cc
|
| +++ b/chrome/browser/metrics/chrome_stability_metrics_provider.cc
|
| @@ -43,9 +43,7 @@ void CountBrowserCrashDumpAttempts() {
|
|
|
| browser_watcher::CrashReportingMetrics::Values metrics =
|
| browser_watcher::CrashReportingMetrics(
|
| - InstallUtil::IsChromeSxSProcess()
|
| - ? chrome::kBrowserCrashDumpAttemptsRegistryPathSxS
|
| - : chrome::kBrowserCrashDumpAttemptsRegistryPath)
|
| + chrome::GetBrowserCrashDumpAttemptsRegistryPath())
|
| .RetrieveAndResetMetrics();
|
|
|
| for (int i = 0; i < metrics.crash_dump_attempts; ++i) {
|
|
|