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

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

Issue 2610883006: Enable UMA reporting for crashpad_handler on macOS (Closed)
Patch Set: Use SOURCE_HISTOGRAMS_ACTIVE_FILE Created 3 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
« no previous file with comments | « chrome/app/chrome_crash_reporter_client_win.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/metrics/chrome_metrics_service_client.cc
diff --git a/chrome/browser/metrics/chrome_metrics_service_client.cc b/chrome/browser/metrics/chrome_metrics_service_client.cc
index bced9689112ddfebc53943edf3dee70c2c2c2101..31431c20af8ce314b201904184642579ed105a32 100644
--- a/chrome/browser/metrics/chrome_metrics_service_client.cc
+++ b/chrome/browser/metrics/chrome_metrics_service_client.cc
@@ -221,7 +221,7 @@ std::unique_ptr<metrics::FileMetricsProvider> CreateFileMetricsProvider(
// Register data that will be populated for the current run.
file_metrics_provider->RegisterSource(
active_path,
- metrics::FileMetricsProvider::SOURCE_HISTOGRAMS_ATOMIC_FILE,
+ metrics::FileMetricsProvider::SOURCE_HISTOGRAMS_ACTIVE_FILE,
metrics::FileMetricsProvider::ASSOCIATE_CURRENT_RUN,
kCrashpadHistogramAllocatorName);
}
« no previous file with comments | « chrome/app/chrome_crash_reporter_client_win.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698