| Index: tools/metrics/actions/actions.xml
|
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
|
| index ba7b1f72c2ee13e590776244f283132f25f25c41..eafd69ca9c45864e328648824c45bf9fee61c006 100644
|
| --- a/tools/metrics/actions/actions.xml
|
| +++ b/tools/metrics/actions/actions.xml
|
| @@ -11729,6 +11729,14 @@ should be able to be added at any place in this file.
|
| </description>
|
| </action>
|
|
|
| +<action name="WebView.PermissionAllow.Fullscreen">
|
| + <owner>fsamuel@chromium.org</owner>
|
| + <owner>lazyboy@chromium.org</owner>
|
| + <description>
|
| + Tracks when the fullscreen permission is explicitly allowed on a webview.
|
| + </description>
|
| +</action>
|
| +
|
| <action name="WebView.PermissionAllow.Geolocation">
|
| <owner>fsamuel@chromium.org</owner>
|
| <owner>lazyboy@chromium.org</owner>
|
| @@ -11777,6 +11785,14 @@ should be able to be added at any place in this file.
|
| </description>
|
| </action>
|
|
|
| +<action name="WebView.PermissionDeny.Fullscreen">
|
| + <owner>fsamuel@chromium.org</owner>
|
| + <owner>lazyboy@chromium.org</owner>
|
| + <description>
|
| + Tracks when the fullscreen permission is explicitly denied on a webview.
|
| + </description>
|
| +</action>
|
| +
|
| <action name="WebView.PermissionDeny.Geolocation">
|
| <owner>fsamuel@chromium.org</owner>
|
| <owner>lazyboy@chromium.org</owner>
|
|
|