Commit 5f93c6df authored by Gayane Petrosyan's avatar Gayane Petrosyan Committed by Commit Bot

[SH-Android] Add user action to xml

Rename and add user action to xml. Initially introduced by https://chromium-review.googlesource.com/c/chromium/src/+/2295779

Bug: 1102382
Change-Id: I4b45358e4dd89bf12a73260afa474ea956a68a55
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2303549Reviewed-by: default avatarBrian White <bcwhite@chromium.org>
Commit-Queue: Gayane Petrosyan <gayane@chromium.org>
Cr-Commit-Position: refs/heads/master@{#789477}
parent 1da0d161
......@@ -307,7 +307,7 @@ class ChromeProvidedSharingOptionsProvider {
mActivity.getResources().getString(R.string.sharing_highlights),
(currentActivity)
-> {
RecordUserAction.record("SharingHubAndroid.SharedHighlights");
RecordUserAction.record("SharingHubAndroid.LinkToTextSelected");
RecordHistogram.recordMediumTimesHistogram(
"Sharing.SharingHubAndroid.TimeToShare",
System.currentTimeMillis() - mShareStartTime);
......
......@@ -20367,6 +20367,14 @@ should be able to be added at any place in this file.
</description>
</action>
<action name="SharingHubAndroid.LinkToTextSelected">
<owner>gayane@chromium.org</owner>
<owner>src/components/send_tab_to_self/OWNERS</owner>
<description>
The &quot;Link to text&quot; option was selected in the sharing hub.
</description>
</action>
<action name="SharingHubAndroid.MoreSelected">
<owner>kmilka@chromium.org</owner>
<owner>src/components/send_tab_to_self/OWNERS</owner>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment