Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 528401aea54db684e86baf5d0b16221fa7d65db4..1a797930c1db4b7dbece6340be85a0b19abbd2e9 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -61373,6 +61373,25 @@ 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.</summary> |
|
Alexei Svitkine (slow)
2017/02/03 15:19:58
Mention these are iOS-specific.
Also, mention whe
|
| +</histogram> |
| + |
| +<histogram name="Session.NewTabCounts" units="operations"> |
| + <owner>rohitrao@chromium.org</owner> |
| + <summary>The number of tabs created by the user.</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). |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Session.TotalDuration" units="ms"> |
| <owner>mariakhomenko@chromium.org</owner> |
| <owner>fqian@chromium.org</owner> |