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

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

Issue 2896953002: Fix the parsing error in tools/metrics/histograms/histograms.xml (Closed)
Patch Set: Created 3 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
« 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 c9ff8801f5d904a9953c0192f36f97000e90d549..7c17e9c8b96cfd0d007fbb5698e074b7ed0b1868 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -13036,8 +13036,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
-<histogram name="DnsProbe.Probe.NcnOffline.Result"
- enum="DnsProbe.ObsoleteProbeResult">
+<histogram name="DnsProbe.Probe.NcnOffline.Result">
<obsolete>
Removed 7/2013.
</obsolete>
@@ -13057,8 +13056,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
-<histogram name="DnsProbe.Probe.NcnOnline.Result"
- enum="DnsProbe.ObsoleteProbeResult">
+<histogram name="DnsProbe.Probe.NcnOnline.Result">
<obsolete>
Removed 7/2013.
</obsolete>
@@ -13068,7 +13066,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
-<histogram name="DnsProbe.Probe.Result" enum="DnsProbe.ObsoleteProbeResult">
+<histogram name="DnsProbe.Probe.Result">
<obsolete>
Renamed 7/2013 to DnsProbe.ProbeResult. (Also switched to the full
DnsProbe.ProbeStatus enum.)
@@ -46394,9 +46392,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="Omnibox.ProgressBarBreakPointUpdateCount"
units="break point updates">
- <obselete>
+ <obsolete>
Obselete 05/16/2017. Data is unused (crbug.com/719801).
- </obselete>
+ </obsolete>
<owner>kkimlabs@chromium.org</owner>
<summary>
The number of progress bar break point updates from page load started to
@@ -46405,9 +46403,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Omnibox.ProgressBarUpdateCount" units="frame updates">
- <obselete>
+ <obsolete>
Obselete 05/16/2017. Data is unused (crbug.com/719801).
- </obselete>
+ </obsolete>
<owner>kkimlabs@chromium.org</owner>
<summary>
The number of progress bar frame updates from page load started to page load
@@ -71986,16 +71984,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram base="true" name="Storage.BytesRead" units="bytes">
<owner>michaeln@chromium.org</owner>
- <summary>
- The number of bytes read. Recorded on each read.
- </summary>
+ <summary>The number of bytes read. Recorded on each read.</summary>
</histogram>
<histogram base="true" name="Storage.BytesWritten" units="bytes">
<owner>michaeln@chromium.org</owner>
- <summary>
- The number of bytes written. Recorded on each write.
- </summary>
+ <summary>The number of bytes written. Recorded on each write.</summary>
</histogram>
<histogram name="Storage.ImportantSites.CBDChosenReason"
@@ -82070,8 +82064,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<owner>philipel@chromium.org</owner>
<summary>
A successful probing attempt for a given bitrate, triggered by an update to
- the max configured bitrate. NOTE! This is not the resulting bitrate from
- a probing attempt, see WebRTC.BWE.MidCallProbing.ProbedKbps.
+ the max configured bitrate. NOTE! This is not the resulting bitrate from a
+ probing attempt, see WebRTC.BWE.MidCallProbing.ProbedKbps.
</summary>
</histogram>
« 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