Skip to content

Commit

Permalink
Mark automated downloads-related user action as not user triggered.
Browse files Browse the repository at this point in the history
The action happens whenever the DownloadActivity is resumed, which
can happen multiple times when it is triggered. This leads to the
dashboard being cluttered with many of these events, that are
not really helpful notions of user actions.

BUG=786102

Change-Id: I534d2fa8f147281b619f8f10085a0aab8e3815bf
Reviewed-on: https://chromium-review.googlesource.com/1138723
Reviewed-by: Min Qin <qinmin@chromium.org>
Reviewed-by: Theresa <twellington@chromium.org>
Reviewed-by: Alexei Svitkine <asvitkine@chromium.org>
Commit-Queue: Alexei Svitkine <asvitkine@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576122}
  • Loading branch information
tommynyquist authored and Commit Bot committed Jul 18, 2018
1 parent 1cf21ca commit 11e8915
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/metrics/actions/actions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1545,7 +1545,8 @@ should be able to be added at any place in this file.
<description>The infobar was created and shown.</description>
</action>

<action name="Android.DownloadManager.CheckForExternallyRemovedItems">
<action name="Android.DownloadManager.CheckForExternallyRemovedItems"
not_user_triggered="true">
<owner>dtrainor@chromium.org</owner>
<owner>twellington@chromium.org</owner>
<description>
Expand Down

0 comments on commit 11e8915

Please sign in to comment.