| Index: tools/metrics/actions/actions.xml
|
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
|
| index 0f8795c3705f0f495886232a5add3ad3fd340c8b..8c21bfdb7a6082a87b7694e0daa32c2cf7a2760c 100644
|
| --- a/tools/metrics/actions/actions.xml
|
| +++ b/tools/metrics/actions/actions.xml
|
| @@ -1677,6 +1677,7 @@ should be able to be added at any place in this file.
|
| <action name="BrowserPlugin.Guest.PermissionRequest.JSDialog">
|
| <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.Guest.PermissionRequest.Media">
|
| @@ -1726,6 +1727,7 @@ should be able to be added at any place in this file.
|
| <action name="BrowserPlugin.PermissionAllow.JSDialog">
|
| <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.Media">
|
| @@ -1759,6 +1761,7 @@ should be able to be added at any place in this file.
|
| <action name="BrowserPlugin.PermissionDeny.JSDialog">
|
| <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.Media">
|
| @@ -10734,6 +10737,14 @@ should be able to be added at any place in this file.
|
| </description>
|
| </action>
|
|
|
| +<action name="WebView.PermissionAllow.JSDialog">
|
| + <owner>fsamuel@chromium.org</owner>
|
| + <owner>lazyboy@chromium.org</owner>
|
| + <description>
|
| + Tracks when the dialog permission is explicitly allowed on a webview.
|
| + </description>
|
| +</action>
|
| +
|
| <action name="WebView.PermissionAllow.Media">
|
| <owner>fsamuel@chromium.org</owner>
|
| <owner>lazyboy@chromium.org</owner>
|
| @@ -10766,6 +10777,14 @@ should be able to be added at any place in this file.
|
| </description>
|
| </action>
|
|
|
| +<action name="WebView.PermissionDeny.JSDialog">
|
| + <owner>fsamuel@chromium.org</owner>
|
| + <owner>lazyboy@chromium.org</owner>
|
| + <description>
|
| + Tracks when the dialog permission is explicitly denied on a webview.
|
| + </description>
|
| +</action>
|
| +
|
| <action name="WebView.PermissionDeny.Media">
|
| <owner>fsamuel@chromium.org</owner>
|
| <owner>lazyboy@chromium.org</owner>
|
|
|