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

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

Side-by-side diff isn't available for this file because of its large size.
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: mac compile fix 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 8e63c6e6a52d2c9b32ebc57037a810fd61abecde..fa3b4c705dd764042bb12a8e0c27c187ea1b3433 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -2753,6 +2753,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.
« chrome/browser/chrome_child_process_watcher.cc ('K') | « 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