| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index e352d6fe66651dde518cc2e79709920ebe98e461..dc66eda2dd8b074e05e43b59cc7aa70b9954018e 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -64120,6 +64120,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Windows.IsPinnedToTaskbar" enum="Boolean">
|
| + <owner>pmonette@chromium.org</owner>
|
| + <summary>
|
| + This boolean indicates whether Chrome is pinned to the Windows taskbar for
|
| + the current user.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Windows.Kernel32Version" enum="WindowsVersion">
|
| <owner>scottmg@chromium.org</owner>
|
| <summary>
|
| @@ -64137,6 +64145,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Windows.ShellHandlerProcessError">
|
| + <owner>pmonette@chromium.org</owner>
|
| + <summary>
|
| + The count of connection errors that happened between the browser and the
|
| + shell handler process. This is usually caused by a crash in the utility
|
| + process.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Windows.Tablet" enum="BooleanTablet">
|
| <owner>zturner@chromium.org</owner>
|
| <summary>Count of browser launches from a Windows tablet pc.</summary>
|
|
|