DescriptionMove Origin::GetURL() out of resource request critical path
We still call GetURL() when we receive the response. But it is not really
necessary to do so, and we can eventually remove that and make code that
operates on the GURL "origin" operate on an Origin.
This patch also removes some dead code I found.
BUG=348655
Committed: https://crrev.com/f32ade75b611e31c6f43914a93c3f7067bcc8cce
Cr-Commit-Position: refs/heads/master@{#437380}
Patch Set 1 #
Total comments: 2
Messages
Total messages: 16 (10 generated)
|