DescriptionDon't use FetchRequest in FrameFetchContext
FetchRequest is a parameter object for calling
ResourceFetcher::requestResource(). Its usage should be limited to
requestResource(), it's callers and ResourceFetcher's methods directly
called by requestResource() (this is already enforced by annotating
FetchRequest with STACK_ALLOCATED).
Logic in FrameFetchContext should be limited to what we cannot put in
ResourceFetcher for dependency reason. It's better passing what's only
needed.
BUG=671533
R=yhirano@chromium.org
Review-Url: https://codereview.chromium.org/2555713002
Cr-Commit-Position: refs/heads/master@{#442845}
Committed: https://chromium.googlesource.com/chromium/src/+/d4c201b64739f0285add84243b618966f978ef37
Patch Set 1 #Patch Set 2 : Rebase #
Total comments: 4
Patch Set 3 : Rebase #Patch Set 4 : a #Patch Set 5 : a #
Total comments: 1
Patch Set 6 : a #Patch Set 7 : a #
Total comments: 1
Patch Set 8 : a #
Total comments: 1
Patch Set 9 : Rebase #
Messages
Total messages: 26 (19 generated)
|