DescriptionRemove PrerenderResourceThrottle and related infrastructure.
This was needed in the past to prevent double GETs for the top-level resource of a prerendered page (once when the page started being prerendered, another time when the page was navigated to but before the prerender was swapped in).
Now that prerenders are swapped in at OpenURL time, the second GET will not happen and this class is not needed anymore.
BUG=122410
TEST=existing tests, do a prerender and confirm that there is not a double-GET of the top-level resource by looking at net-internals.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=131602
Patch Set 1 #
Total comments: 3
Patch Set 2 : More uprooting #Messages
Total messages: 9 (0 generated)
|