| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 528401aea54db684e86baf5d0b16221fa7d65db4..db0258319ce14ea934ea95de8bf9efb534e836ed 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -61373,6 +61373,38 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Session.ClosedTabCounts" units="operations">
|
| + <owner>rohitrao@chromium.org</owner>
|
| + <summary>
|
| + The number of tabs closed by the user during the current session
|
| + (launch/foregrounding to backgrounding).
|
| +
|
| + This histogram is only logged on iOS when the application is backgrounded.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Session.NewTabCounts" units="operations">
|
| + <owner>rohitrao@chromium.org</owner>
|
| + <summary>
|
| + The number of tabs created by the user during the current session
|
| + (launch/foregrounding to backgrounding).
|
| +
|
| + This histogram is only logged on iOS when the application is backgrounded.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Session.OpenedTabCounts" units="operations">
|
| + <owner>rohitrao@chromium.org</owner>
|
| + <summary>
|
| + The number of times the user changed the active tab (this can happen when
|
| + manually selecting a new tab, when a pre-rendered tab is made active, when
|
| + closing the current tab and the next one is selected) during the current
|
| + session (launch/foregrounding to backgrounding).
|
| +
|
| + This histogram is only logged on iOS when the application is backgrounded.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Session.TotalDuration" units="ms">
|
| <owner>mariakhomenko@chromium.org</owner>
|
| <owner>fqian@chromium.org</owner>
|
|
|