| Index: tools/metrics/actions/actions.xml
|
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
|
| index f6914c723a45c8d12b7cb3cd30fc3bb42b2aac50..bc403d466f55d297291c76f819a9091689543996 100644
|
| --- a/tools/metrics/actions/actions.xml
|
| +++ b/tools/metrics/actions/actions.xml
|
| @@ -16454,6 +16454,30 @@ should be able to be added at any place in this file.
|
| </description>
|
| </action>
|
|
|
| +<action name="VR.DOFF">
|
| + <owner>billorr@chromium.org</owner>
|
| + <description>
|
| + The user has successfully completed the VR DOFF flow.
|
| + </description>
|
| +</action>
|
| +
|
| +<action name="VR.DON">
|
| + <owner>billorr@chromium.org</owner>
|
| + <description>
|
| + The user has successfully completed the VR DON flow.
|
| + </description>
|
| +</action>
|
| +
|
| +<action name="VR.WebVR.StopPresenting">
|
| + <owner>billorr@chromium.org</owner>
|
| + <description>The user (or site) has stopped WebVR presentation.</description>
|
| +</action>
|
| +
|
| +<action name="VR.WebVR.requestPresent">
|
| + <owner>billorr@chromium.org</owner>
|
| + <description>The user has initiated WebVR presentation.</description>
|
| +</action>
|
| +
|
| <action name="VideoPlayer.CastVideoError">
|
| <owner>yoshiki@chromium.org</owner>
|
| <description>
|
|
|