Chromium Code Reviews| Index: tools/metrics/actions/actions.xml |
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
| index c2915fb76e2e56592108f48dc1e2ddda22781ad4..4529f27cfe7a52167b56b50c5bbdfafc9cd15e84 100644 |
| --- a/tools/metrics/actions/actions.xml |
| +++ b/tools/metrics/actions/actions.xml |
| @@ -1713,11 +1713,6 @@ 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="BrowserPlugin.PermissionAllow.Geolocation"> |
| - <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| - <description>Please enter the description of this user action.</description> |
| -</action> |
| - |
| <action name="BrowserPlugin.PermissionAllow.JSDialog"> |
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| <description>Please enter the description of this user action.</description> |
| @@ -1743,11 +1738,6 @@ 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="BrowserPlugin.PermissionDeny.Geolocation"> |
|
Alexei Svitkine (slow)
2014/04/14 20:36:30
Instead of removing these, please mark them as obs
|
| - <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| - <description>Please enter the description of this user action.</description> |
| -</action> |
| - |
| <action name="BrowserPlugin.PermissionDeny.JSDialog"> |
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| <description>Please enter the description of this user action.</description> |
| @@ -10708,6 +10698,22 @@ 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.Geolocation"> |
| + <owner>fsamuel@chromium.org</owner> |
| + <owner>lazyboy@chromium.org</owner> |
| + <description> |
| + Tracks when the geolocation permission is explicitly allowed on a webview. |
| + </description> |
| +</action> |
| + |
| +<action name="WebView.PermissionDeny.Geolocation"> |
| + <owner>fsamuel@chromium.org</owner> |
| + <owner>lazyboy@chromium.org</owner> |
| + <description> |
| + Tracks when the geolocation permission is explicitly denied on a webview. |
| + </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> |