| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 495262e12f04418bf096ea06e22c521aafa728a6..e89dc879439b97ecfe91b44d65cd2bac844dd14c 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -1648,6 +1648,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Arc.PlayStoreShown.TimeDelta" units="ms">
|
| + <owner>yusukes@google.com</owner>
|
| + <owner>khmel@google.com</owner>
|
| + <summary>
|
| + Elapsed time from the when the user agrees ToS to when the Play Store window
|
| + is shown to the user.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Arc.Provisioning.Result" enum="ArcProvisioningResult">
|
| <obsolete>
|
| Deprecated on 2016-09-15 and replaced by Arc.Provisioning.Result.Managed and
|
| @@ -85427,6 +85436,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <affected-histogram name="Startup.AppListFirstPaintWarmStart"/>
|
| </histogram_suffixes>
|
|
|
| +<histogram_suffixes name="ArcUserTypes" separator=".">
|
| + <suffix name="Managed" label="User with forced Play Store feature"/>
|
| + <suffix name="Unmanaged" label="User with optional Play Store feature"/>
|
| + <affected-histogram name="Arc.PlayStoreShown.TimeDelta"/>
|
| +</histogram_suffixes>
|
| +
|
| <histogram_suffixes name="AsyncDNSPref" separator="_">
|
| <suffix name="Disabled"/>
|
| <suffix name="Enabled"/>
|
|
|