Index: tools/metrics/actions/actions.xml |
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
index a6a9983c0e8b43fda537f341fdf6d8d86877a794..66e1704fe59e21e549de3106261bac667fb2527c 100644 |
--- a/tools/metrics/actions/actions.xml |
+++ b/tools/metrics/actions/actions.xml |
@@ -10853,6 +10853,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> |
@@ -10893,6 +10901,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> |