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

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

Issue 108683003: Store gpu crashes in the systemprofileproto (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Extra comments Created 7 years 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/browser/metrics/metrics_service.h
diff --git a/chrome/browser/metrics/metrics_service.h b/chrome/browser/metrics/metrics_service.h
index bb6798e64b2ccbf5387232945dacaae940fa779e..3d61fcb293765d129f3acc39f8a435b6c96f5a56 100644
--- a/chrome/browser/metrics/metrics_service.h
+++ b/chrome/browser/metrics/metrics_service.h
@@ -249,6 +249,9 @@ class MetricsService
// To use this method, SyntheticTrialGroup should friend your class.
void RegisterSyntheticFieldTrial(const SyntheticTrialGroup& trial_group);
+ // Call when there is a crash in the GPU process.
Alexei Svitkine (slow) 2013/12/13 22:37:22 Nit: "Records a GPU process crash." Any reason th
rkaplow 2013/12/13 23:54:03 ah no, remnant from a previous version
+ void LogGpuCrash();
+
private:
// The MetricsService has a lifecycle that is stored as a state.
// See metrics_service.cc for description of this lifecycle.

Powered by Google App Engine
This is Rietveld 408576698