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

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

Issue 306473012: Plumb file system permission into WebviewGuest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Small changes are made. Created 6 years, 6 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 | « chrome/test/data/extensions/platform_apps/web_view/filesystem/worker/worker.js ('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 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>
« no previous file with comments | « chrome/test/data/extensions/platform_apps/web_view/filesystem/worker/worker.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698