Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 6c9afe14ee3818de26e4655012427f0ffc5bb902..37aecee050c20d2dc64a795e8859c1ef2df2254d 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -45657,6 +45657,33 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
<summary>Transition type that didn't match a synced tab.</summary> |
</histogram> |
+<histogram name="Sync.PageRevisitTypedUrlDuration" units="milliseconds"> |
+ <owner>skym@chromium.org</owner> |
+ <summary> |
+ The client side execution time to check for revisists with typed URL data. |
rkaplow
2015/10/13 21:02:20
revisits?
skym
2015/10/13 21:06:52
Done.
|
+ </summary> |
+</histogram> |
+ |
+<histogram name="Sync.PageRevisitTypedUrlMatchAge" units="minutes"> |
+ <owner>skym@chromium.org</owner> |
+ <summary> |
+ Difference in time between finding the match and the last time this URL was |
+ typed on a foriegn client. |
rkaplow
2015/10/13 21:02:20
foreign
skym
2015/10/13 21:06:52
Done.
|
+ </summary> |
+</histogram> |
+ |
+<histogram name="Sync.PageRevisitTypedUrlMatchTransition" |
+ units="PageVisitTransitionType"> |
+ <owner>skym@chromium.org</owner> |
+ <summary>Transition type that didn't match a typed URL.</summary> |
+</histogram> |
+ |
+<histogram name="Sync.PageRevisitTypedUrlMissTransition" |
+ units="PageVisitTransitionType"> |
+ <owner>skym@chromium.org</owner> |
+ <summary>Transition type that matched a typed URL.</summary> |
+</histogram> |
+ |
<histogram name="Sync.PartiallySyncedTypes"> |
<owner>zea@chromium.org</owner> |
<summary> |