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

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

Issue 340553003: Update actions.xml for safe browsing extended reporting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: No parens Created 6 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index 6e327a44ce78f1d8e92278278bb49d50eab30ccb..33cd17d5e5446a9dc2e412a79ae911f3d73a7877 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>
+</action>
+
+<action name="Options_SafeBrowsingExtendedReportingCheckbox_Enable">
+ <owner>felt@chromium.org</owner>
+ <description>Safe Browsing Extended Reporting enabled</description>
</action>
<action name="Options_SearchEngineChanged">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698