Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 004979723aac7b2cfba31c4c611adb121d608100..baf195d135ba275d07688e7c97af6d1ee0ff3eea 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -80416,11 +80416,19 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| -<histogram name="WinJumplist.EmptyStatusJumpListIcons" |
| - enum="JumpListIconsFolderEmptyCategory"> |
| +<histogram name="WinJumplist.DirectoryStatusJumpListIcons" |
| + enum="JumpListIconsFolderExistOrEmptyCategory"> |
| <owner>chengx@chromium.org</owner> |
| <summary> |
| - This metric records the empty status of folder JumpListIcons. |
| + This metric records the exist/empty status of folder JumpListIcons. |
|
Ilya Sherman
2017/03/24 22:06:21
nit: "This metric records whether the folder JumpL
|
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="WinJumplist.DirectoryStatusJumpListIconsOld" |
| + enum="JumpListIconsFolderExistOrEmptyCategory"> |
| + <owner>chengx@chromium.org</owner> |
| + <summary> |
| + This metric records the exist/empty status of folder JumpListIconsOld. |
| </summary> |
| </histogram> |
| @@ -98588,9 +98596,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| <int value="7" label="Del Fail - Mov Fail - Create Fail"/> |
| </enum> |
| -<enum name="JumpListIconsFolderEmptyCategory" type="int"> |
| +<enum name="JumpListIconsFolderExistOrEmptyCategory" type="int"> |
| <int value="0" label="Empty"/> |
| <int value="1" label="Non-Empty"/> |
| + <int value="2" label="Non-Exist"/> |
|
Ilya Sherman
2017/03/24 22:06:21
nit: "Doesn't exist"
|
| </enum> |
| <enum name="JumplistIconsFolderMoveCategory" type="int"> |