Chromium Code Reviews| 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. |