 Chromium Code Reviews
 Chromium Code Reviews Issue 235923003:
  <webview>: Move download permission to chrome  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@move_media_to_chrome
    
  
    Issue 235923003:
  <webview>: Move download permission to chrome  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@move_media_to_chrome| 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> |