Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(924)

Unified Diff: chrome/browser/metrics/chrome_stability_metrics_provider.cc

Issue 1630923002: Remove PRODUCT_STRING_PATH from chrome_constants.h on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@c2_rm_PSP_profile_resetter
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698