forked from chromium/chromium
-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add one time permission mechanisms metrics
To evaluate the granting and expiry behaviours of one time permissions, record the following events: - Granted one time - Revoked one time grant manually - Expired due to tab closure & discards - Expired in the background due to non-usage - Implicitly computable: #(granted one time) - #(other events) = #(grants that expired after 24 hours) Bug: 1434922 Change-Id: Ifdee7367cceef9a00fd7c361487ccf8dca2d3a10 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4453466 Code-Coverage: Findit <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Christian Dullweber <dullweber@chromium.org> Reviewed-by: Andy Paicu <andypaicu@chromium.org> Commit-Queue: Florian Jacky <fjacky@chromium.org> Auto-Submit: Florian Jacky <fjacky@chromium.org> Cr-Commit-Position: refs/heads/main@{#1135167}
- Loading branch information
Showing
8 changed files
with
339 additions
and
25 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
Oops, something went wrong.