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

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: Address comments. 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..732a04b4edcead95e0721d98ac777cf7614b195f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -80416,11 +80416,21 @@ 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 whether the folder JumpListIcons exists; and if it
+ does, whether it is empty or non-empty.
+ </summary>
+</histogram>
+
+<histogram name="WinJumplist.DirectoryStatusJumpListIconsOld"
+ enum="JumpListIconsFolderExistOrEmptyCategory">
+ <owner>chengx@chromium.org</owner>
+ <summary>
+ This metric records whether the folder JumpListIconsOld exists; and if
+ it does, whether it is empty or non-empty.
</summary>
</histogram>
@@ -98588,9 +98598,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="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