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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2778513002: Delete JumpListIconsOld and update revised links in every update (Closed)
Patch Set: Created 3 years, 8 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/win/jumplist_file_util_unittest.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 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">
« no previous file with comments | « chrome/browser/win/jumplist_file_util_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698