Chromium Code Reviews| Index: tools/metrics/actions/actions.xml |
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
| index 6e327a44ce78f1d8e92278278bb49d50eab30ccb..449d96d99871527eff0b0638594a80940f89997c 100644 |
| --- a/tools/metrics/actions/actions.xml |
| +++ b/tools/metrics/actions/actions.xml |
| @@ -8734,13 +8734,29 @@ should be able to be added at any place in this file. |
| </action> |
| <action name="Options_SafeBrowsingDownloadFeedbackCheckbox_Disable"> |
| - <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| - <description>Please enter the description of this user action.</description> |
| + <owner>felt@chromium.org</owner> |
| + <description>Safe Browsing download feedback (disabled)</description> |
| + <obsolete> |
| + Deprecated 6/14. Replaced by SafeBrowsingExtendedReportingCheckbox_Disable. |
| + </obsolete> |
| </action> |
| <action name="Options_SafeBrowsingDownloadFeedbackCheckbox_Enable"> |
| - <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| - <description>Please enter the description of this user action.</description> |
| + <owner>felt@chromium.org</owner> |
| + <description>Safe Browsing download feedback (enabled)</description> |
| + <obsolete> |
| + Deprecated 6/14. Replaced by SafeBrowsingExtendedReportingCheckbox_Enable. |
| + </obsolete> |
| +</action> |
| + |
| +<action name="Options_SafeBrowsingExtendedReportingCheckbox_Disable"> |
| + <owner>felt@chromium.org</owner> |
| + <description>Safe Browsing Extended Reporting (disabled)</description> |
|
Ilya Sherman
2014/06/17 17:36:23
nit: I'd drop the parens.
felt
2014/06/17 17:45:22
Done.
|
| +</action> |
| + |
| +<action name="Options_SafeBrowsingExtendedReportingCheckbox_Enable"> |
| + <owner>felt@chromium.org</owner> |
| + <description>Safe Browsing Extended Reporting (enabled)</description> |
| </action> |
| <action name="Options_SearchEngineChanged"> |