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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 456923002: Metrics: Claim ownership of the Linux.GlibcVersion histogram. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Address comment, pretty print. 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
===================================================================
--- tools/metrics/histograms/histograms.xml (revision 288436)
+++ tools/metrics/histograms/histograms.xml (working copy)
@@ -10294,13 +10294,17 @@
</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">
« 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