forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Start] Build histogram for click rates of Single tab card on Start S…
…urface In this CL, we completed the histogram "StartSurface.Module.Click" by recording the clicking actions on the Single tab card on Start Surface and adding the test for it. The histogram is recorded when the user clicks on the single tab card. (cherry picked from commit ab1e45e) Bug: 1384156 Change-Id: I76fd60a9d955a366de8371ddab285cedd5f3edb7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4198966 Commit-Queue: Xinyi Ji <[email protected]> Reviewed-by: Weilun Shi <[email protected]> Reviewed-by: Xi Han <[email protected]> Cr-Original-Commit-Position: refs/heads/main@{#1098132} Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4219037 Commit-Queue: Xi Han <[email protected]> Cr-Commit-Position: refs/branch-heads/5563@{chromium#154} Cr-Branched-From: 3ac59a6-refs/heads/main@{#1097615}
- Loading branch information
Xinyi Ji
authored and
Chromium LUCI CQ
committed
Feb 3, 2023
1 parent
ecb64ff
commit 4e070d6
Showing
3 changed files
with
39 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,8 +47,9 @@ [email protected]. | |
or check about this source and topic; 3) click the learn more button on the | ||
top of the feeds section. For omnibox: is recorded every time when user uses | ||
Omnibox or voice search on Omnibox to navigate. This is consistent with | ||
MobileOmniboxUse. The histogram is logged on Start surface and is | ||
Android-only. | ||
MobileOmniboxUse. For single tab card: is recorded every time when user | ||
clicks on the single tab card. The histogram is logged on Start surface and | ||
is Android-only. | ||
</summary> | ||
</histogram> | ||
|
||
|