| Index: tools/metrics/actions/actions.xml
|
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
|
| index 731bc115cfb3635785eb3fc29f80aec8167e6bf9..b876b999757201e0f5bd242b4d0cef87c1ecc966 100644
|
| --- a/tools/metrics/actions/actions.xml
|
| +++ b/tools/metrics/actions/actions.xml
|
| @@ -1728,6 +1728,7 @@ should be able to be added at any place in this file.
|
| <action name="BrowserPlugin.PermissionAllow.Media">
|
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
|
| <description>Please enter the description of this user action.</description>
|
| + <obsolete>This permission has been moved to the chrome layer.</obsolete>
|
| </action>
|
|
|
| <action name="BrowserPlugin.PermissionAllow.NewWindow">
|
| @@ -1758,6 +1759,7 @@ should be able to be added at any place in this file.
|
| <action name="BrowserPlugin.PermissionDeny.Media">
|
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
|
| <description>Please enter the description of this user action.</description>
|
| + <obsolete>This permission has been moved to the chrome layer.</obsolete>
|
| </action>
|
|
|
| <action name="BrowserPlugin.PermissionDeny.NewWindow">
|
| @@ -10718,6 +10720,14 @@ should be able to be added at any place in this file.
|
| </description>
|
| </action>
|
|
|
| +<action name="WebView.PermissionAllow.Media">
|
| + <owner>fsamuel@chromium.org</owner>
|
| + <owner>lazyboy@chromium.org</owner>
|
| + <description>
|
| + Tracks when the media permission is explicitly allowed on a webview.
|
| + </description>
|
| +</action>
|
| +
|
| <action name="WebView.PermissionDeny.Geolocation">
|
| <owner>fsamuel@chromium.org</owner>
|
| <owner>lazyboy@chromium.org</owner>
|
| @@ -10726,6 +10736,14 @@ should be able to be added at any place in this file.
|
| </description>
|
| </action>
|
|
|
| +<action name="WebView.PermissionDeny.Media">
|
| + <owner>fsamuel@chromium.org</owner>
|
| + <owner>lazyboy@chromium.org</owner>
|
| + <description>
|
| + Tracks when the media permission is explicitly denied on a webview.
|
| + </description>
|
| +</action>
|
| +
|
| <action name="WebView.Reload">
|
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
|
| <description>Please enter the description of this user action.</description>
|
|
|