Commit d4e21df9 authored by Dominic Farolino's avatar Dominic Farolino Committed by Commit Bot

Documentation follow-up for low priority iframes feature tweak

This follows up http://crrev.com/c/927701, mentioning that not all
requests have their priority pushed down to the lowest, but that
there is more granularity.

R=kinuko@chromium.org, tbansal@chromium.org

Bug: N/A
Change-Id: I6112d8fdf8948552acc0a188c75b89aa2ef8f425
Reviewed-on: https://chromium-review.googlesource.com/1200583Reviewed-by: default avatarTarun Bansal <tbansal@chromium.org>
Reviewed-by: default avatarKinuko Yasuda <kinuko@chromium.org>
Commit-Queue: Dominic Farolino <domfarolino@gmail.com>
Cr-Commit-Position: refs/heads/master@{#588239}
parent c0af6167
...@@ -300,7 +300,7 @@ struct CONTENT_EXPORT WebPreferences { ...@@ -300,7 +300,7 @@ struct CONTENT_EXPORT WebPreferences {
AutoplayPolicy autoplay_policy; AutoplayPolicy autoplay_policy;
// Network quality threshold below which resources from iframes are assigned // Network quality threshold below which resources from iframes are assigned
// lowest priority. // either kVeryLow or kVeryLow Blink priority.
net::EffectiveConnectionType low_priority_iframes_threshold; net::EffectiveConnectionType low_priority_iframes_threshold;
// Whether Picture-in-Picture is enabled. // Whether Picture-in-Picture is enabled.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment