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

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

Issue 2271913002: [Downloads] Remove externally deleted items from downloads history (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dfalcantara@ review changes Created 4 years, 4 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 | « chrome/browser/android/download/download_manager_service.cc ('k') | 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 097b9770914fc1f53fb957ef4d76d457166da63e..f2f1c5d1a2af065e5808f7772a3f471cb2044c17 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -921,6 +921,16 @@ should be able to be added at any place in this file.
</description>
</action>
+<action name="Android.DownloadManager.CheckForExternallyRemovedItems">
+ <owner>dfalcantara@chromium.org</owner>
+ <owner>twellington@chromium.org</owner>
+ <owner>ianwen@chromium.org</owner>
+ <description>
+ A request was issued to check the file system for download items that were
+ externally deleted e.g. through a third-party download manager.
+ </description>
+</action>
+
<action name="Android.DownloadManager.Delete">
<owner>dfalcantara@chromium.org</owner>
<owner>twellington@chromium.org</owner>
@@ -928,6 +938,16 @@ should be able to be added at any place in this file.
<description>User deleted one or more download items.</description>
</action>
+<action name="Android.DownloadManager.Item.ExternallyDeleted">
+ <owner>dfalcantara@chromium.org</owner>
+ <owner>twellington@chromium.org</owner>
+ <owner>ianwen@chromium.org</owner>
+ <description>
+ A download tracked by the Chrome download service was externally deleted
+ e.g. through a third-party download manager.
+ </description>
+</action>
+
<action name="Android.DownloadManager.OpenDrawer">
<owner>dfalcantara@chromium.org</owner>
<owner>twellington@chromium.org</owner>
@@ -937,13 +957,12 @@ should be able to be added at any place in this file.
</description>
</action>
-<action name="Android.DownloadManager.Share.Deleted">
+<action name="Android.DownloadManager.SelectionEstablished">
<owner>dfalcantara@chromium.org</owner>
<owner>twellington@chromium.org</owner>
<owner>ianwen@chromium.org</owner>
<description>
- User tapped on the share button with only externally deleted download items
- selected.
+ User established a long-press selection in Chrome's download manager.
</description>
</action>
« no previous file with comments | « chrome/browser/android/download/download_manager_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698