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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2067163002: Add missing enum label for InternalErrorLoadEvent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 42438482a5d6852a6dad0be6ae72d727434c0c35..d5319041d7e99e36c226a451df8b48f0cd630a67 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -78409,6 +78409,8 @@ 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="User input received while not tracking a relevant committed load"/>
</enum>
<enum name="InterruptReason" type="int">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698