Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index d1e26d773dccee4aa10511a05412f219c42738a9..fe95eba040c9ebd664dd7519f5daf3ae5ab47914 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -61615,6 +61615,30 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="Tab.Deactivation.Bookmarked" enum="Boolean"> |
+ <owner>pmonette@chromium.org</owner> |
+ <summary> |
+ A tab was deactivated. Closing tabs are not included. This histogram also |
+ records if the tab's URL was bookmarked. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="Tab.Deactivation.HadFormInteraction" enum="Boolean"> |
+ <owner>pmonette@chromium.org</owner> |
+ <summary> |
+ A tab was deactivated. Closing tabs are not included. This histogram also |
+ records if the tab had any form interaction. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="Tab.Deactivation.Pinned" enum="Boolean"> |
+ <owner>pmonette@chromium.org</owner> |
+ <summary> |
+ A tab was deactivated. Closing tabs are not included. This histogram also |
+ records if the tab was pinned to the tab strip or not. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Tab.Discarding" enum="TabDiscardingEvents"> |
<obsolete> |
Deprecated 10/2015, not needed anymore. |
@@ -61716,6 +61740,30 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="Tab.Reactivation.Bookmarked" enum="Boolean"> |
+ <owner>pmonette@chromium.org</owner> |
+ <summary> |
+ A tab was reactivated after being hidden. This histogram also records if the |
+ tab's URL was bookmarked. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="Tab.Reactivation.HadFormInteraction" enum="Boolean"> |
+ <owner>pmonette@chromium.org</owner> |
+ <summary> |
+ A tab was reactivated after being hidden. This histogram also records if the |
+ tab had any form interaction. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="Tab.Reactivation.Pinned" enum="Boolean"> |
+ <owner>pmonette@chromium.org</owner> |
+ <summary> |
+ A tab was reactivated after being hidden. This histogram also records if the |
+ tab was pinned to the tab strip. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Tab.RendererCrashStatus" enum="TabRendererCrashStatus"> |
<owner>jaekyun@chromium.org</owner> |
<summary> |