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

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

Issue 2831433003: Time out jumplist update for very slow or busy OS (Closed)
Patch Set: Remove myself from being an owner and remove Windows version check 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_updater.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 5c644c89bdedc7494b375c9e31d5ee583f8da387..08ffa20997af4a3676841598ed482c945998d2e4 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -81790,6 +81790,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="WinJumplist.CreateIconFilesCount">
+ <obsolete>
+ Obsolete 04/20/2017 as we are no long recording this metric.
+ </obsolete>
<owner>chengx@chromium.org</owner>
<summary>
Count of jumplist icons that will be created per jumplist update. It is
@@ -81940,6 +81943,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="WinJumplist.UpdateJumpListDuration" units="ms">
+ <obsolete>
+ Obsolete 04/20/2017 as it's no longer accurate due to the code change.
+ </obsolete>
<owner>chengx@chromium.org</owner>
<summary>
Time spent in UpdateJumpList(). This method is called whenever there is a
« no previous file with comments | « chrome/browser/win/jumplist_updater.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698