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

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

Issue 235923003: <webview>: Move download permission to chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_media_to_chrome
Patch Set: Updated 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
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index 439cfe9b6ab0e9a86346b4a1d90db2df91c28746..35cbb5cba77aa438d8211f0c0a09c22055dbdcfb 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -10708,6 +10708,11 @@ 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.Download">
+ <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
lazyboy 2014/04/11 23:25:05 Update these.
Fady Samuel 2014/04/14 22:59:09 Done.
+ <description>Please enter the description of the metric.</description>
+</action>
+
<action name="WebView.PermissionAllow.Geolocation">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of the metric.</description>
@@ -10721,6 +10726,11 @@ should be able to be added at any place in this file.
</description>
</action>
+<action name="WebView.PermissionDeny.Download">
+ <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <description>Please enter the description of the metric.</description>
+</action>
+
<action name="WebView.PermissionDeny.Geolocation">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of the metric.</description>

Powered by Google App Engine
This is Rietveld 408576698