Chromium Code Reviews| Index: tools/metrics/actions/actions.xml |
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
| index 7434c4162538691c411bb6ce78374657df197655..e780c04f42fc7f067bda95a17b54e905ec8e4962 100644 |
| --- a/tools/metrics/actions/actions.xml |
| +++ b/tools/metrics/actions/actions.xml |
| @@ -10713,11 +10713,21 @@ should be able to be added at any place in this file. |
| <description>Please enter the description of the metric.</description> |
| </action> |
| +<action name="WebView.PermissionAllow.Media"> |
| + <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
|
lazyboy
2014/04/11 20:13:20
You should fill these in.
Fady Samuel
2014/04/11 21:52:31
Done.
|
| + <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> |
| </action> |
| +<action name="WebView.PermissionDeny.Media"> |
| + <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.Reload"> |
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| <description>Please enter the description of this user action.</description> |