Subscribing to push messaging does not propagate the user gesture bit to the permission manager |
||
Issue descriptionWhen websites directly use PushManager.subscribe() (instead of first requesting notifications permission), the push code calls to the permissions layer to requesting PUSH_MESSAGING permission. It hard codes "true" for the user gesture bit, which skews our metrics for push. This should be fixed to correctly plumb the user gesture bit from the renderer up to the browser for making the permissions call.
,
Jun 16 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Jun 16 2017