| Index: chrome/browser/performance_monitor/performance_monitor.h
|
| diff --git a/chrome/browser/performance_monitor/performance_monitor.h b/chrome/browser/performance_monitor/performance_monitor.h
|
| index 0dd1ddab32d845f7c02079bd6f427c52e49a7d1d..ac95b8d64225a0cd9821acb8853e2fbb955b1e3b 100644
|
| --- a/chrome/browser/performance_monitor/performance_monitor.h
|
| +++ b/chrome/browser/performance_monitor/performance_monitor.h
|
| @@ -165,9 +165,10 @@ class PerformanceMonitor : public content::NotificationObserver {
|
| void AddExtensionEvent(EventType type,
|
| const extensions::Extension* extension);
|
|
|
| - // Generate an appropriate CrashEvent for a renderer crash and insert it in
|
| - // the database.
|
| - void AddCrashEvent(
|
| + // Generate an appropriate RendererFailure for a renderer crash and insert it
|
| + // in the database.
|
| + void AddRendererClosedEvent(
|
| + content::RenderProcessHost* host,
|
| const content::RenderProcessHost::RendererClosedDetails& details);
|
|
|
| // Called on the IO thread, this will call InsertIOData on the background
|
|
|