forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
webview: add UMA for getDefaultVideoPoster.
Add a boolean histogram to track how often apps actually override and return a non-null value from getDefaultVideoPoster, to see if it's still worth supporting this ancient feature. Bug: 1174980 Change-Id: I1ad780297be2a5a308b58fa120af07e3f31ac1de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2706007 Commit-Queue: Richard Coles <[email protected]> Reviewed-by: Mark Pearson <[email protected]> Reviewed-by: Anna Malova <[email protected]> Cr-Commit-Position: refs/heads/master@{#859159}
- Loading branch information
Showing
2 changed files
with
14 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2441,6 +2441,17 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. | |
</summary> | ||
</histogram> | ||
|
||
<histogram name="Android.WebView.CustomDefaultVideoPoster" enum="Boolean" | ||
expires_after="2021-06-01"> | ||
<owner>[email protected]</owner> | ||
<owner>src/android_webview/OWNERS</owner> | ||
<summary> | ||
Records true if the embedding app's implementation of the | ||
WebChromeClient.getDefaultVideoPoster() callback returned a custom default | ||
poster, or false if it did not. | ||
</summary> | ||
</histogram> | ||
|
||
<histogram name="Android.WebView.DevUi.AppLaunch" enum="Boolean" | ||
expires_after="2021-12-14"> | ||
<owner>[email protected]</owner> | ||
|