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

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

Issue 1837233002: Optional <TimeDelta> since they may be non existent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Called RecordInternalError and updated in histograms.xml. Created 4 years, 7 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 30624972a915710a4c2637c2b8a0ebe493a6f5a5..28057f8bfbd3f1d888b03010e288083428bf7553 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -76867,6 +76867,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="5" label="Abort reported before navigation start"/>
<int value="6"
label="Multiple aborted provisional loads at navigation start"/>
+ <int value="7" label="Inter process TimeTicks skew"/>
</enum>
<enum name="InterruptReason" type="int">

Powered by Google App Engine
This is Rietveld 408576698