summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorfsamuel@chromium.org <fsamuel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-15 18:19:45 +0000
committerfsamuel@chromium.org <fsamuel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-15 18:19:45 +0000
commitf9966b0180a068b508030f10c4e353fbeb02165b (patch)
tree61e6673793e5dc1845d55dd03c56870294dea5b3 /tools
parent4776b52ac3d4430032d198c07deba1a89a80a441 (diff)
downloadchromium_src-f9966b0180a068b508030f10c4e353fbeb02165b.zip
chromium_src-f9966b0180a068b508030f10c4e353fbeb02165b.tar.gz
chromium_src-f9966b0180a068b508030f10c4e353fbeb02165b.tar.bz2
<webview>: Move Geolocation permission to chrome layer.
This CL also exposes the userGesture field to the geolocation permissionrequest event. BUG=330264 Review URL: https://codereview.chromium.org/235633002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263926 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-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 c2915fb..731bc11 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -1671,6 +1671,7 @@ should be able to be added at any place in this file.
<action name="BrowserPlugin.Guest.PermissionRequest.Geolocation">
<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.JSDialog">
@@ -1716,6 +1717,7 @@ should be able to be added at any place in this file.
<action name="BrowserPlugin.PermissionAllow.Geolocation">
<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.JSDialog">
@@ -10708,6 +10710,22 @@ 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.Geolocation">
+ <owner>fsamuel@chromium.org</owner>
+ <owner>lazyboy@chromium.org</owner>
+ <description>
+ Tracks when the geolocation permission is explicitly allowed on a webview.
+ </description>
+</action>
+
+<action name="WebView.PermissionDeny.Geolocation">
+ <owner>fsamuel@chromium.org</owner>
+ <owner>lazyboy@chromium.org</owner>
+ <description>
+ Tracks when the geolocation 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>