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

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

Issue 464213004: battre adopts some Cookie.* and Extensions.Network* uma metrics (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 d51e0645a245845bb7e73e3b994bdfcbdbbf0277..788a6bf75eae86db608712aceffa4101c286120b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -3027,7 +3027,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Cookie.Count">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>battre@chromium.org</owner>
<summary>
Number of cookies in the store (recorded every 10 minutes of active browsing
time)
@@ -3081,7 +3081,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Cookie.ExpirationDurationMinutes" units="minutes">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>battre@chromium.org</owner>
<summary>Number of minutes until cookie expires when set.</summary>
</histogram>
@@ -7735,12 +7735,12 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Extensions.NetworkDelay" units="milliseconds">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>battre@chromium.org</owner>
<summary>Time that network requests were blocked due to extensions.</summary>
</histogram>
<histogram name="Extensions.NetworkDelayPercentage" units="%">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>battre@chromium.org</owner>
<summary>
Percentage of total lifetime a network request was blocked due to an
extension.
@@ -7748,7 +7748,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Extensions.NetworkDelayRegistryLoad" units="milliseconds">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>battre@chromium.org</owner>
<summary>
Time that network requests were blocked due to relevant rule registries
loading.
« 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