| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 2fbf786d0720efecba1eb895f1f01878170ba92b..4acaaef39ade09eb4157456fb846bd7799510df1 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -8803,6 +8803,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="DataUse.BackgroundDownstreamBytes" units="ms">
|
| + <owner>rajendrant@chromium.org</owner>
|
| + <owner>bengr@chromium.org</owner>
|
| + <summary>
|
| + The time since Chrome is in background when background data use happens.
|
| + Recorded for each byte of background data use. The source of traffic whether
|
| + from user browsing or chrome services is added as suffix to this histogram.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="DataUse.BytesReceived" units="bytes">
|
| <owner>tbansal@chromium.org</owner>
|
| <summary>Count of total bytes received by the Chrome on the network.</summary>
|
| @@ -8813,6 +8823,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <summary>Count of total bytes sent by the Chrome on the network.</summary>
|
| </histogram>
|
|
|
| +<histogram name="DataUse.FirstBackgroundDownstream" units="ms">
|
| + <owner>rajendrant@chromium.org</owner>
|
| + <owner>bengr@chromium.org</owner>
|
| + <summary>
|
| + The time since Chrome is in background when first background data use
|
| + happens. Recorded when first background downstream data use after Chrome is
|
| + in background. The source of traffic whether from from user browsing or
|
| + chrome services is added as suffix to this histogram.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="DataUse.MessageSize" units="bytes">
|
| <owner>amohammadkhan@chromium.org</owner>
|
| <owner>bengr@chromium.org</owner>
|
|
|