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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1837233002: Optional <TimeDelta> since they may be non existent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 6 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 26cfe263fa776daa2fff4857e0ffacc1449b56b4..ddd7db002a56aee27f5924f14cca198ac703f8e6 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -78493,6 +78493,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
label="Multiple aborted provisional loads at navigation start"/>
<int value="7"
label="User input received while not tracking a relevant committed load"/>
+ <int value="8" label="Inter process TimeTicks skew"/>
</enum>
<enum name="InterruptReason" type="int">

Powered by Google App Engine
This is Rietveld 408576698