| Index: tools/metrics/actions/actions.xml
|
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
|
| index b876b999757201e0f5bd242b4d0cef87c1ecc966..12ae45e247d2d4fa226b97cd146e947eaadeaa99 100644
|
| --- a/tools/metrics/actions/actions.xml
|
| +++ b/tools/metrics/actions/actions.xml
|
| @@ -1712,6 +1712,7 @@ should be able to be added at any place in this file.
|
| <action name="BrowserPlugin.PermissionAllow.Download">
|
| <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.Geolocation">
|
| @@ -1744,6 +1745,7 @@ should be able to be added at any place in this file.
|
| <action name="BrowserPlugin.PermissionDeny.Download">
|
| <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.Geolocation">
|
| @@ -10712,6 +10714,14 @@ should be able to be added at any place in this file.
|
| <description>Please enter the description of this user action.</description>
|
| </action>
|
|
|
| +<action name="WebView.PermissionAllow.Download">
|
| + <owner>fsamuel@chromium.org</owner>
|
| + <owner>lazyboy@chromium.org</owner>
|
| + <description>
|
| + Tracks when the download permission is explicitly allowed on a webview.
|
| + </description>
|
| +</action>
|
| +
|
| <action name="WebView.PermissionAllow.Geolocation">
|
| <owner>fsamuel@chromium.org</owner>
|
| <owner>lazyboy@chromium.org</owner>
|
| @@ -10728,6 +10738,14 @@ should be able to be added at any place in this file.
|
| </description>
|
| </action>
|
|
|
| +<action name="WebView.PermissionDeny.Download">
|
| + <owner>fsamuel@chromium.org</owner>
|
| + <owner>lazyboy@chromium.org</owner>
|
| + <description>
|
| + Tracks when the download permission is explicitly denied on a webview.
|
| + </description>
|
| +</action>
|
| +
|
| <action name="WebView.PermissionDeny.Geolocation">
|
| <owner>fsamuel@chromium.org</owner>
|
| <owner>lazyboy@chromium.org</owner>
|
|
|