The PMProcessPriorityPolicy experiment, which replaces the existing
priority logic for renderers, is causing an increase in navigation
hangs. This is likely due to it having no equivalent for
boost_for_pending_views.
This CL is a quick-and-dirty fix to check if this theory is true,
and I will either revert this change or migrate the
boost_for_pending_views functionality to the performance manager's
voting system.
Change-Id: I89fb89066b795f1df86bd48d5a6d6c1686c29f55
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5899470
Reviewed-by: Rakina Zata Amni <rakina@chromium.org>
Commit-Queue: Patrick Monette <pmonette@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1362821}