| 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>
|
|
|