* Update plugins/hooks from branch 'stable-2.14'
to 534cd3254c7e43648d36043b0d3f48ab4ae34a27
- HookQueue: Rename constructor 'queue' argument to avoid confusion
The `queue` argument gets assigned to the `workQueue` member, but
there is also a `queue` member.
Rename the argument to `workQueue` to match the member that it gets
assigned to, and prevent possible confusion with the other.
Change-Id: I3fc278e096028f06f0f91b5551e6e435c66fff93