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

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 1067733006: Add extra parameter to BrowserChildProcessCrashed to pass the exit_code at time of crash/termination (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: code review comments Created 5 years, 8 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:
Download patch
« no previous file with comments | « content/public/browser/child_process_data.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 37cf72821846b039be376792c1a6e894e36f16c1..74315aaefce9d7545a02787402f0dc391c229a04 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -2772,6 +2772,17 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="ChildProcess.InvalidSandboxStateCrash.NoStartupWindow"
+ enum="BooleanPresent">
+ <owner>wfh@chromium.org</owner>
+ <summary>
+ Whether the browser command line had the switch --no-startup-window when a
+ child process crashed due to invalid sandbox state. Recorded when a child
+ process crashes if the exit code from the child process is
+ RESULT_CODE_INVALID_SANDBOX_STATE.
+ </summary>
+</histogram>
+
<histogram name="ChildProcess.Killed" enum="ProcessType">
<obsolete>
Deprecated 3/2013. Renamed to ChildProcess.Killed2.
« no previous file with comments | « content/public/browser/child_process_data.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698