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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1320153002: Add new termination status for failed launch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 0efe2759d34fc92449cb0e44e1ea7f3345fb76b1..111defd9d076195392c1709b80bc197645fc4811 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -54488,6 +54488,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="28" label="RESULT_CODE_SXS_MIGRATION_FAILED"/>
<int value="29" label="RESULT_CODE_ACTION_DISALLOWED_BY_POLICY"/>
<int value="30" label="RESULT_CODE_INVALID_SANDBOX_STATE"/>
+ <int value="31" label="RESULT_CODE_RENDERER_PROCESS_START_FAILURE"/>
<int value="7006" label="SBOX_FATAL_INTEGRITY"/>
<int value="7007" label="SBOX_FATAL_DROPTOKEN"/>
<int value="7008" label="SBOX_FATAL_FLUSHANDLES"/>

Powered by Google App Engine
This is Rietveld 408576698