Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 3426dababb6492967f5a4d064fa5e2a4bc48dadf..4695ae7aefd99d1e695d7e31a49f88a3808874e3 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -37874,6 +37874,35 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
<summary>Result of removing an offline copy for a page.</summary> |
</histogram> |
+<histogram name="OfflinePages.DownloadDeletedPageDuplicateCount" units="pages"> |
+ <owner>dewittj@chromium.org</owner> |
+ <owner>dimich@chromium.org</owner> |
+ <summary> |
+ The number of downloaded pages with the same URL that exist at the time that |
+ we delete a downloaded page. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="OfflinePages.DownloadSavedPageDuplicateCount" units="pages"> |
+ <owner>dewittj@chromium.org</owner> |
+ <owner>dimich@chromium.org</owner> |
+ <summary> |
+ The number of downloaded pages with the same URL that exist at the time that |
+ we save a downloaded page. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="OfflinePages.DownloadSavedPageTimeSinceDuplicateSaved" |
+ units="seconds"> |
+ <owner>dewittj@chromium.org</owner> |
+ <owner>dimich@chromium.org</owner> |
+ <summary> |
+ If at save time there is another downloaded page with the same URL, this |
+ tracks this amount of time between creation of the most recent existing page |
+ and the current page. |
+ </summary> |
+</histogram> |
+ |
<histogram name="OfflinePages.Edit.BookmarkUrlChangedForOfflinePage" |
enum="BooleanMatched"> |
<obsolete> |