Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index c93a3e4fde61ad846cfec8685dcc8094dd64d4bc..298b36d69589b257708e036dee527ad60fb71f13 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -64446,6 +64446,23 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="Windows.IsPinnedToTaskbar" enum="IsPinnedToTaskbarResult"> |
| + <owner>pmonette@chromium.org</owner> |
| + <summary> |
| + Indicates whether Chrome is pinned to the Windows taskbar for the current |
| + user. Recorded shortly after startup. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="Windows.IsPinnedToTaskbar.ProcessError" enum="BooleanError"> |
| + <owner>pmonette@chromium.org</owner> |
| + <summary> |
| + Indicates whether a connection error occured between the browser and the |
| + shell handler process. This is usually caused by a crash in the utility |
| + process. |
|
Alexei Svitkine (slow)
2016/06/29 18:32:02
Nit: Mention that this is logged every time the st
Patrick Monette
2016/06/29 21:14:54
Done.
|
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Windows.Kernel32Version" enum="WindowsVersion"> |
| <owner>scottmg@chromium.org</owner> |
| <summary> |
| @@ -79247,6 +79264,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| <int value="5" label="IPV6_INTERFACE_ARRAY_TOO_SHORT"/> |
| </enum> |
| +<enum name="IsPinnedToTaskbarResult" type="int"> |
| + <int value="0" label="Not pinned"/> |
| + <int value="1" label="Pinned"/> |
| + <int value="2" label="Failed to determine"/> |
| +</enum> |
| + |
| <enum name="JavaScriptAPIName" type="int"> |
| <int value="0" label="GetUserMedia"/> |
| <int value="1" label="PeerConnection00"/> |