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

Unified Diff: components/metrics/stability_metrics_helper.h

Issue 2130753004: Add renderer launch count to stability metrics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: do not report on chromecast Created 4 years, 5 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
« no previous file with comments | « components/metrics/proto/system_profile.proto ('k') | components/metrics/stability_metrics_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/stability_metrics_helper.h
diff --git a/components/metrics/stability_metrics_helper.h b/components/metrics/stability_metrics_helper.h
index 42a9ca202174666e9c8ac389eb49b85ed1354087..87f8f400f1962a53b5b044ca2328b4b06fc52f7b 100644
--- a/components/metrics/stability_metrics_helper.h
+++ b/components/metrics/stability_metrics_helper.h
@@ -36,10 +36,13 @@ class StabilityMetricsHelper {
void LogLoadStarted();
// Records a renderer process crash.
- void LogRendererCrash(bool was_exception_process,
+ void LogRendererCrash(bool was_extension_process,
base::TerminationStatus status,
int exit_code);
+ // Records that a new renderer process was successfully launched.
+ void LogRendererLaunched(bool was_extension_process);
+
// Records a renderer process hang.
void LogRendererHang();
« no previous file with comments | « components/metrics/proto/system_profile.proto ('k') | components/metrics/stability_metrics_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698