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

Unified Diff: chrome/app/chrome_crash_reporter_client_win.cc

Issue 2308763002: Integrate Crashpad UMA (Closed)
Patch Set: pass through user data dir for metrics Created 4 years, 3 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.cc
diff --git a/chrome/app/chrome_crash_reporter_client_win.cc b/chrome/app/chrome_crash_reporter_client_win.cc
index 94f55772eaf1253b947cadbd7c6f2c3bb80bc54d..139a0ed4f3ee7970d9c2127b95a799a9ba6411be 100644
--- a/chrome/app/chrome_crash_reporter_client_win.cc
+++ b/chrome/app/chrome_crash_reporter_client_win.cc
@@ -358,6 +358,11 @@ bool ChromeCrashReporterClient::GetCrashDumpLocation(
return install_static::GetDefaultCrashDumpLocation(crash_dir);
}
+bool ChromeCrashReporterClient::GetCrashMetricsLocation(
+ base::string16* metrics_dir) {
+ return install_static::GetDefaultUserDataDirectory(metrics_dir);
+}
+
// TODO(ananta)
// This function should be removed when the new crash key map implementation
// lands.

Powered by Google App Engine
This is Rietveld 408576698