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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 564563002: Added owners to precache UMA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 13adc20218bcbd2e61b9045575d5e2884523c943..d2af5e30e70bf2c94c133ab28bcb7c1d19e2b889 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -24269,7 +24269,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Precache.DownloadedNonPrecache" units="bytes">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>bengr@chromium.org</owner>
<summary>
The number of bytes that were downloaded over the network for HTTP/HTTPS
fetches that were not motivated by precaching. Logged per-request.
@@ -24277,7 +24277,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Precache.DownloadedPrecacheMotivated" units="bytes">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>bengr@chromium.org</owner>
<summary>
The number of bytes that were downloaded because of precaching. Logged
per-request.
@@ -24285,7 +24285,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Precache.Saved" units="bytes">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>bengr@chromium.org</owner>
<summary>
The number of bytes during user browsing that were served from the cache,
but would have been downloaded over a network if precaching was disabled.
« 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