summaryrefslogtreecommitdiffstats
path: root/tools/metrics
diff options
context:
space:
mode:
authorfsamuel@chromium.org <fsamuel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-15 23:05:55 +0000
committerfsamuel@chromium.org <fsamuel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-15 23:05:55 +0000
commitcecf826aba75bbf93fbe8fed6e0362aa2cda9518 (patch)
tree066252d788c40adc1e9b7d8f4109443647eb06d4 /tools/metrics
parentdf8aebb975a4c3aaa76476c0a2929ddb94934816 (diff)
downloadchromium_src-cecf826aba75bbf93fbe8fed6e0362aa2cda9518.zip
chromium_src-cecf826aba75bbf93fbe8fed6e0362aa2cda9518.tar.gz
chromium_src-cecf826aba75bbf93fbe8fed6e0362aa2cda9518.tar.bz2
<webview>: Move media request to chrome
BUG=330264 Review URL: https://codereview.chromium.org/235733002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264029 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/metrics')
-rw-r--r--tools/metrics/actions/actions.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index 731bc11..b876b99 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>