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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1054033004: ServiceWorker: More accurate StartWorker result and UMA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync 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 784843737e613e7d0e3bb02a7790819a225811fb..17943d305b7d785e6da411e20f10fa3967ec4ce1 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -61324,6 +61324,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="13" label="SERVICE_WORKER_ERROR_STATE"/>
<int value="14" label="SERVICE_WORKER_ERROR_TIMEOUT"/>
<int value="15" label="SERVICE_WORKER_ERROR_SCRIPT_EVALUATE_FAILED"/>
+ <int value="16" label="SERVICE_WORKER_ERROR_DISK_CACHE"/>
</enum>
<enum name="ServiceWorkerWriteResponseResult" type="int">

Powered by Google App Engine
This is Rietveld 408576698