Skip to content

Commit

Permalink
Fix incorrect user action name for tab search
Browse files Browse the repository at this point in the history
This user action was incorrectly named in cl/3470916 and is already
used in tab_grid_view_controller to log user interaction with search
results


Change-Id: I2f2e5d65faccc237b32e2e5e6892a7f7f91240c3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3594703
Auto-Submit: Mohammad Refaat <mrefaat@chromium.org>
Reviewed-by: Mike Dougherty <michaeldo@chromium.org>
Reviewed-by: Robert Kaplow <rkaplow@chromium.org>
Commit-Queue: Mohammad Refaat <mrefaat@chromium.org>
Cr-Commit-Position: refs/heads/main@{#994162}
  • Loading branch information
mrefaat88 authored and Chromium LUCI CQ committed Apr 20, 2022
1 parent 9f17b10 commit 1d82920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/metrics/actions/actions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19167,7 +19167,7 @@ should be able to be added at any place in this file.
</description>
</action>

<action name="MobileTabGridOpenRegularTabDuringSearch">
<action name="MobileTabGridOpenRegularTabSearchResult">
<owner>michaeldo@chromium.org</owner>
<owner>mrefaat@chromium.org</owner>
<description>
Expand Down

0 comments on commit 1d82920

Please sign in to comment.