DescriptionStart aligning BackgroundFetchRequestInfo with the passed in request object.
This CL makes two changes to BackgroundFetchRequestInfo. First, it adds
a ServiceWorkerFetchRequest object which copies the value passed in from
the Mojo call and will be serialized out as part of storing the request.
As part of this, the old url_ member is removed, since it is replaced by
the FetchRequest's url attribute.
The second change is that the tag_ attribute on the RequestInfo isxi
removed. It was a legacy from when a request tracked the entire job, and
wasn't used.
BUG=692540
Review-Url: https://codereview.chromium.org/2778793002
Cr-Commit-Position: refs/heads/master@{#460048}
Committed: https://chromium.googlesource.com/chromium/src/+/98c614330c5ea34ff43692394e63dcb2168fe54b
Patch Set 1 #
Total comments: 4
Patch Set 2 : s/GetUrl/GetURL/g #Patch Set 3 : Rebase #
Messages
Total messages: 15 (8 generated)
|