Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(326)

Unified Diff: tools/metrics/actions/actions.xml

Issue 239113007: <webview>: Move pointerLock permission to chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_downloads_to_chrome
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/common/browser_plugin_permission_type.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index 12ae45e247d2d4fa226b97cd146e947eaadeaa99..0f8795c3705f0f495886232a5add3ad3fd340c8b 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -1682,6 +1682,7 @@ should be able to be added at any place in this file.
<action name="BrowserPlugin.Guest.PermissionRequest.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.Guest.PermissionRequest.NewWindow">
@@ -1692,6 +1693,7 @@ should be able to be added at any place in this file.
<action name="BrowserPlugin.Guest.PermissionRequest.PointerLock">
<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.Responsive">
@@ -1740,6 +1742,7 @@ should be able to be added at any place in this file.
<action name="BrowserPlugin.PermissionAllow.PointerLock">
<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.Download">
@@ -1772,6 +1775,7 @@ should be able to be added at any place in this file.
<action name="BrowserPlugin.PermissionDeny.PointerLock">
<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="CanCommitURL_BlockedAndKilled">
@@ -10738,6 +10742,14 @@ should be able to be added at any place in this file.
</description>
</action>
+<action name="WebView.PermissionAllow.PointerLock">
+ <owner>fsamuel@chromium.org</owner>
+ <owner>lazyboy@chromium.org</owner>
+ <description>
+ Tracks when the pointerLock permission is explicitly allowed on a webview.
+ </description>
+</action>
+
<action name="WebView.PermissionDeny.Download">
<owner>fsamuel@chromium.org</owner>
<owner>lazyboy@chromium.org</owner>
@@ -10762,6 +10774,14 @@ should be able to be added at any place in this file.
</description>
</action>
+<action name="WebView.PermissionDeny.PointerLock">
+ <owner>fsamuel@chromium.org</owner>
+ <owner>lazyboy@chromium.org</owner>
+ <description>
+ Tracks when the pointerLock 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>
« no previous file with comments | « content/public/common/browser_plugin_permission_type.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698