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

Unified Diff: chrome/browser/performance_monitor/performance_monitor.h

Issue 10987040: Fix CPM casting issue; refactor renderer crash events (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 3 months 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/performance_monitor/performance_monitor.h
diff --git a/chrome/browser/performance_monitor/performance_monitor.h b/chrome/browser/performance_monitor/performance_monitor.h
index a51253c11829b26a101b3007996e2157b82bd9ce..cf377c6b033a2fc629c8a953aae4a17ee40f955a 100644
--- a/chrome/browser/performance_monitor/performance_monitor.h
+++ b/chrome/browser/performance_monitor/performance_monitor.h
@@ -164,9 +164,9 @@ 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(
const content::RenderProcessHost::RendererClosedDetails& details);
// Called on the IO thread, this will call InsertIOData on the background

Powered by Google App Engine
This is Rietveld 408576698