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

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

Issue 296013005: [Metrics] Move Windows-specific CountBrowserCrashDumpAttempts() out of MetricsService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 7 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 | « no previous file | chrome/browser/metrics/chrome_metrics_service_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/metrics/chrome_metrics_service_client.h
diff --git a/chrome/browser/metrics/chrome_metrics_service_client.h b/chrome/browser/metrics/chrome_metrics_service_client.h
index 7ed043e774092893e12f6e1e56ac6fb2c8eaecbf..3d1c26b3b9b077ffd3fe18346947b2d3680b2064 100644
--- a/chrome/browser/metrics/chrome_metrics_service_client.h
+++ b/chrome/browser/metrics/chrome_metrics_service_client.h
@@ -64,6 +64,12 @@ class ChromeMetricsServiceClient : public metrics::MetricsServiceClient,
const content::NotificationSource& source,
const content::NotificationDetails& details) OVERRIDE;
+#if defined(OS_WIN)
+ // Counts (and removes) the browser crash dump attempt signals left behind by
+ // any previous browser processes which generated a crash dump.
+ void CountBrowserCrashDumpAttempts();
+#endif // OS_WIN
+
base::ThreadChecker thread_checker_;
// The MetricsService that |this| is a client of. Weak pointer.
« no previous file with comments | « no previous file | chrome/browser/metrics/chrome_metrics_service_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698