| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 2614219be0271047567f7d868919421a86574f12..dd1c974f7c3c7181593826b67291a1b78ab1145b 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -80461,6 +80461,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="VRRuntimeVersion" units="normalized version">
|
| + <owner>tiborg@chromium.org</owner>
|
| + <summary>The version of the runtime being used for VR.</summary>
|
| +</histogram>
|
| +
|
| <histogram name="VRSessionNavigationCount">
|
| <owner>billorr@chromium.org</owner>
|
| <summary>
|
| @@ -94311,6 +94316,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <affected-histogram name="WebRTC.Video.Encoded.Qp"/>
|
| </histogram_suffixes>
|
|
|
| +<histogram_suffixes name="VRRuntimeVersionGVRHeadset" separator=".">
|
| + <suffix name="Cardboard" label="GVR version used with Carboard."/>
|
| + <suffix name="Daydream" label="GVR version used with Daydream."/>
|
| + <suffix name="Unknown" label="GVR version used with an unknown headset."/>
|
| + <affected-histogram name="VRRuntimeVersion.GVR"/>
|
| +</histogram_suffixes>
|
| +
|
| +<histogram_suffixes name="VRRuntimeVersionPlatform" separator=".">
|
| + <suffix name="GVR"
|
| + label="The GVR version being used for VR. Special values: (-4) Could
|
| + not encode GVR version; (-3) Device does not support VR; (-2)
|
| + GVR is not installed; (-1) GVR is installed but version is too
|
| + old to be logged."/>
|
| + <affected-histogram name="VRRuntimeVersion"/>
|
| +</histogram_suffixes>
|
| +
|
| <histogram_suffixes name="VRSessionType" separator=".">
|
| <suffix name="Browser"
|
| label="The session is restricted to the period that the browser is
|
|
|