| 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..32a76cb7213549178d91c7a819fba230544f7b41 100644
|
| --- a/chrome/browser/metrics/metrics_service.h
|
| +++ b/chrome/browser/metrics/metrics_service.h
|
| @@ -426,6 +426,9 @@ class MetricsService
|
| // Records that the browser was shut down cleanly.
|
| void LogCleanShutdown();
|
|
|
| + // Records a GPU process crash.
|
| + void LogGpuCrash();
|
| +
|
| // Returns reference to ChildProcessStats corresponding to |data|.
|
| ChildProcessStats& GetChildProcessStats(
|
| const content::ChildProcessData& data);
|
|
|