Commit 6bb87bdc authored by Alex Turner's avatar Alex Turner Committed by Commit Bot

Fix the owners of NavigationPredictor* UKM entries

Currently the owner of NavigationPredictorAnchorElementMetrics and
NavigationPredictorPageLinkMetrics is a chromium.*com* not chromium.org
email address and there is no listed owner of
NavigationPredictorPageLinkClick.

Bug: 1005467
Change-Id: I904a148b94e232d243369c27292e3ba8a5964b5d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1811838Reviewed-by: default avatarRyan Sturm <ryansturm@chromium.org>
Reviewed-by: default avatarSteven Holte <holte@chromium.org>
Commit-Queue: Alex Turner <alexmt@chromium.org>
Cr-Commit-Position: refs/heads/master@{#699083}
parent 3aeaae54
...@@ -4910,7 +4910,7 @@ be describing additional metrics about the same event. ...@@ -4910,7 +4910,7 @@ be describing additional metrics about the same event.
</event> </event>
<event name="NavigationPredictorAnchorElementMetrics"> <event name="NavigationPredictorAnchorElementMetrics">
<owner>ryansturm@chromium.com</owner> <owner>ryansturm@chromium.org</owner>
<summary> <summary>
Metrics that describe an anchor element's data. This event is emitted at Metrics that describe an anchor element's data. This event is emitted at
most 10 times per page load, once for each of the top n URLs on a page, and most 10 times per page load, once for each of the top n URLs on a page, and
...@@ -4961,6 +4961,7 @@ be describing additional metrics about the same event. ...@@ -4961,6 +4961,7 @@ be describing additional metrics about the same event.
</event> </event>
<event name="NavigationPredictorPageLinkClick"> <event name="NavigationPredictorPageLinkClick">
<owner>ryansturm@chromium.org</owner>
<summary> <summary>
Sent on an in-page link click. An integer from 0-10 (1-indexed), Sent on an in-page link click. An integer from 0-10 (1-indexed),
corresponding to the index of that anchor element in the list of top ten corresponding to the index of that anchor element in the list of top ten
...@@ -4971,7 +4972,7 @@ be describing additional metrics about the same event. ...@@ -4971,7 +4972,7 @@ be describing additional metrics about the same event.
</event> </event>
<event name="NavigationPredictorPageLinkMetrics" singular="True"> <event name="NavigationPredictorPageLinkMetrics" singular="True">
<owner>ryansturm@chromium.com</owner> <owner>ryansturm@chromium.org</owner>
<summary> <summary>
Metrics that describe aggregate information about the links within a page. Metrics that describe aggregate information about the links within a page.
Some anchor elements present on a page may not be represented in these Some anchor elements present on a page may not be represented in these
......
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