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

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

Issue 330493002: Add UMA stat to track usage of Chrome for Linux accross different window managers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | « chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.cc ('k') | 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 4a8a881c9070559e424cddffca7db974cb476c50..62c61e0b1e51a9083ec94c43906157eef5ff1201 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -9344,6 +9344,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>The version of glibc used. (Linux only)</summary>
</histogram>
+<histogram name="Linux.WindowManager" enum="LinuxWindowManagerName">
+ <owner>pkotwicz@chromium.org</owner>
+ <summary>The window manager used. (Linux only) Logged at startup.</summary>
+</histogram>
+
<histogram name="LocalDiscovery.ClientRestartAttempts">
<owner>noamsml@chromium.org</owner>
<owner>vitalybuka@chromium.org</owner>
@@ -38607,6 +38612,21 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="10" label="2.19"/>
</enum>
+<enum name="LinuxWindowManagerName" type="int">
+ <int value="0" label="Other"/>
+ <int value="1" label="Blackbox"/>
+ <int value="2" label="Chrome OS"/>
+ <int value="3" label="Compiz"/>
+ <int value="4" label="Enlightment"/>
+ <int value="5" label="IceWM"/>
+ <int value="6" label="KWin"/>
+ <int value="7" label="Metacity"/>
+ <int value="8" label="Muffin"/>
+ <int value="9" label="Mutter"/>
+ <int value="10" label="Openbox"/>
+ <int value="11" label="Xfwm4"/>
+</enum>
+
<enum name="LoadType" type="int">
<int value="0" label="UNDEFINED_LOAD">Not yet initialized</int>
<int value="1" label="RELOAD">User pressed reload</int>
« no previous file with comments | « chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698