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

Unified Diff: chrome/app/chrome_crash_reporter_client.h

Issue 2610883006: Enable UMA reporting for crashpad_handler on macOS (Closed)
Patch Set: 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.h
diff --git a/chrome/app/chrome_crash_reporter_client.h b/chrome/app/chrome_crash_reporter_client.h
index b6f256ff97721b4fa49852f717fb2ce472aba3c1..2d42b87fcc3641e1954c49510d7dacca453c955b 100644
--- a/chrome/app/chrome_crash_reporter_client.h
+++ b/chrome/app/chrome_crash_reporter_client.h
@@ -35,6 +35,10 @@ class ChromeCrashReporterClient : public crash_reporter::CrashReporterClient {
bool GetCrashDumpLocation(base::FilePath* crash_dir) override;
+#if defined(OS_MACOSX)
+ bool GetCrashMetricsLocation(base::FilePath* metrics_dir) override;
+#endif
+
size_t RegisterCrashKeys() override;
bool IsRunningUnattended() override;
« no previous file with comments | « no previous file | chrome/app/chrome_crash_reporter_client_mac.mm » ('j') | chrome/app/chrome_crash_reporter_client_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698