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..d633e15b3cc2afc65dad5e9139daf33e60ef0c76 100644 |
| --- a/chrome/browser/metrics/metrics_service.h |
| +++ b/chrome/browser/metrics/metrics_service.h |
| @@ -457,6 +457,9 @@ class MetricsService |
| void GetCurrentSyntheticFieldTrials( |
| std::vector<chrome_variations::ActiveGroupId>* synthetic_trials); |
| + // Call when there is a crash in the GPU process. |
|
Alexei Svitkine (slow)
2013/12/16 16:04:28
Nit: "Records a GPU process crash."
I'd also move
rkaplow
2013/12/16 16:39:54
This was sort of intentional since there is no rea
|
| + void LogGpuCrash(); |
| + |
| content::ActionCallback action_callback_; |
| content::NotificationRegistrar registrar_; |