Index: tools/metrics/actions/actions.xml |
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
index a9a5eea88e8b916717599c905a271ef05cab65dc..5a487aa85f33faf6f724b85b04dba125a3886780 100644 |
--- a/tools/metrics/actions/actions.xml |
+++ b/tools/metrics/actions/actions.xml |
@@ -10835,6 +10835,14 @@ should be able to be added at any place in this file. |
</description> |
</action> |
+<action name="WebView.PermissionAllow.FileSystem"> |
+ <owner>fsamuel@chromium.org</owner> |
+ <owner>hanxi@chromium.org</owner> |
+ <description> |
+ Tracks when the filesystem permission is explicitly allowed on a webview. |
+ </description> |
+</action> |
+ |
<action name="WebView.PermissionAllow.Geolocation"> |
<owner>fsamuel@chromium.org</owner> |
<owner>lazyboy@chromium.org</owner> |
@@ -10875,6 +10883,14 @@ should be able to be added at any place in this file. |
</description> |
</action> |
+<action name="WebView.PermissionDeny.FileSystem"> |
+ <owner>fsamuel@chromium.org</owner> |
+ <owner>hanxi@chromium.org</owner> |
+ <description> |
+ Tracks when the filesystem permission is explicitly denied on a webview. |
+ </description> |
+</action> |
+ |
<action name="WebView.PermissionDeny.Geolocation"> |
<owner>fsamuel@chromium.org</owner> |
<owner>lazyboy@chromium.org</owner> |