Chromium Code Reviews
DescriptionRecord permission prompt gesture metrics on Android.
The permissions infrastructure currently records gesture metrics for
desktop platforms through PermissionRequestManager. This does not record
metrics on Android, and will not do so until in-progress refactoring to
use PermissionRequestManager on that platform is complete.
This CL adds recording of gesture metrics on Android in the Android Java
UI-specific code paths of PermissionQueueController and
PermissionBubbleMediaAccessHandler. This is a temporary measure so that
these stats are recorded; once Android uses PermissionRequestManager to
display permission prompts, the PermissionQueueController call site will
be unnecessary and can be removed. The
PermissionBubbleMediaAccessHandler call site will be obsolete when the
media stream permission handling is consolidated with all other
permissions.
BUG=614599
Committed: https://crrev.com/83c36cc6179e0b4820586eeac082a71bc3ee094c
Cr-Commit-Position: refs/heads/master@{#431384}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Record Accepted and Denied #
Total comments: 4
Patch Set 3 : Fix Android tests #Patch Set 4 : Address comments #Depends on Patchset: Messages
Total messages: 38 (27 generated)
|