diff options
author | fsamuel@chromium.org <fsamuel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-16 05:02:38 +0000 |
---|---|---|
committer | fsamuel@chromium.org <fsamuel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-16 05:02:38 +0000 |
commit | 922bd4ab867a05ddb6f3a3a6f3d0e8fe14d1696a (patch) | |
tree | 60d1ec1761b4009dabdfa154c57de6f2d036f430 /tools/metrics | |
parent | e325a01b0a2914cdc208cea00758c26b3779c59a (diff) | |
download | chromium_src-922bd4ab867a05ddb6f3a3a6f3d0e8fe14d1696a.zip chromium_src-922bd4ab867a05ddb6f3a3a6f3d0e8fe14d1696a.tar.gz chromium_src-922bd4ab867a05ddb6f3a3a6f3d0e8fe14d1696a.tar.bz2 |
<webview>: Move download permission to chrome
BUG=330264
Review URL: https://codereview.chromium.org/235923003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264117 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/metrics')
-rw-r--r-- | tools/metrics/actions/actions.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml index b876b99..12ae45e 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> |