| Index: tools/metrics/actions/actions.xml
|
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
|
| index 604791bdba4b198692075a83f7922c8ea9d77314..b1e6f233c14b1db4494e5d7e419891c772616347 100644
|
| --- a/tools/metrics/actions/actions.xml
|
| +++ b/tools/metrics/actions/actions.xml
|
| @@ -11697,6 +11697,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>
|
| @@ -11745,6 +11753,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>
|
|
|