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

Unified Diff: chrome/app/chrome_crash_reporter_client_win.h

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
Index: chrome/app/chrome_crash_reporter_client_win.h
diff --git a/chrome/app/chrome_crash_reporter_client_win.h b/chrome/app/chrome_crash_reporter_client_win.h
index 8dc896444f91fb0ae1f7b5a08d34cee575e60235..a68382657c216b4739f918be49187b770cc60cf4 100644
--- a/chrome/app/chrome_crash_reporter_client_win.h
+++ b/chrome/app/chrome_crash_reporter_client_win.h
@@ -37,7 +37,7 @@ class ChromeCrashReporterClient : public crash_reporter::CrashReporterClient {
int GetResultCodeRespawnFailed() override;
bool GetCrashDumpLocation(base::string16* crash_dir) override;
- bool GetCrashMetricsLocation(base::string16* crash_dir) override;
+ bool GetCrashMetricsLocation(base::string16* metrics_dir) override;
size_t RegisterCrashKeys() override;
« no previous file with comments | « chrome/app/chrome_crash_reporter_client_mac.mm ('k') | chrome/browser/metrics/chrome_metrics_service_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698