Add gesture type value from infobar to permission report
We are using the value of user_gesture obtained from PermissionContextBase::DecidePermission to obtain the PermissionRequestGestureType value. If user_gesture is true, we record PermissionRequestGestureType::GESTURE, otherwise PermissionRequestGestureType::NO_GESTURE.
To record PermissionIgnored, user_gesture is passed to PermissionInfobarDelegate + its subclasses.
To record other permission actions, user_gesture is passed to PermissionQueueController.
BUG=
613883
Committed:
https://crrev.com/a91f52aa8aba6693d89da93c2a5b26c1de8477c2
Cr-Commit-Position: refs/heads/master@{#408333}