Commit 035174fc authored by Matt Falkenhagen's avatar Matt Falkenhagen Committed by Commit Bot

network service: Remove obsolete kRendererSideResourceScheduler comment.

The comment referred to deprecated_has_html_body_ which was removed
in r567510.

Change-Id: I62b8c521b70ed1b9121256338a7db5714d84359c
Bug: 794073
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2444630
Commit-Queue: Matt Falkenhagen <falken@chromium.org>
Auto-Submit: Matt Falkenhagen <falken@chromium.org>
Reviewed-by: default avatarYutaka Hirano <yhirano@chromium.org>
Cr-Commit-Position: refs/heads/master@{#813066}
parent 5a8a036c
...@@ -1270,10 +1270,6 @@ class ResourceScheduler::Client ...@@ -1270,10 +1270,6 @@ class ResourceScheduler::Client
ideal_duration_to_wait); ideal_duration_to_wait);
} }
// Tracks if the main HTML parser has reached the body which marks the end of
// layout-blocking resources.
// This is disabled and the is always true when kRendererSideResourceScheduler
// is enabled.
RequestQueue pending_requests_; RequestQueue pending_requests_;
RequestSet in_flight_requests_; RequestSet in_flight_requests_;
......
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