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 556823004: Added value to ServiceUtilityProcessHostEventType to track when utility process failed to start. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 fea147bdb5902d4937b05d2589cb1fa8c4f34b7e..18fff91078b7c0414917604b4ea363fb634d786e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -49552,6 +49552,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="8" label="SERVICE_UTILITY_SEMANTIC_CAPS_REQUEST"/>
<int value="9" label="SERVICE_UTILITY_SEMANTIC_CAPS_SUCCEEDED"/>
<int value="10" label="SERVICE_UTILITY_SEMANTIC_CAPS_FAILED"/>
+ <int value="11" label="SERVICE_UTILITY_FAILED_TO_START"/>
</enum>
<enum name="ServiceWorkerDatabaseStatus" type="int">

Powered by Google App Engine
This is Rietveld 408576698