diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/metrics/histograms/histograms.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml index c905e2d..8b29d4c 100644 --- a/tools/metrics/histograms/histograms.xml +++ b/tools/metrics/histograms/histograms.xml @@ -10294,13 +10294,17 @@ Therefore, the affected-histogram name has to have at least one dot in it. </histogram> <histogram name="Linux.GlibcVersion" enum="LinuxGlibcVersion"> - <owner>Please list the metric's owners. Add more owner tags as needed.</owner> - <summary>The version of glibc used. (Linux only)</summary> + <owner>thestig@chromium.org</owner> + <summary> + The version of glibc used. (Linux only) Logged on each start up. + </summary> </histogram> <histogram name="Linux.WindowManager" enum="LinuxWindowManagerName"> <owner>pkotwicz@chromium.org</owner> - <summary>The window manager used. (Linux only) Logged at startup.</summary> + <summary> + The window manager used. (Linux only) Logged on each start up. + </summary> </histogram> <histogram name="LocalDiscovery.ClientRestartAttempts"> |