DescriptionAdded DownloadItem::Observer to JobController.
Previously the JobController would submit requests to the DownloadManager,
but then it would never do anything when the requests completed/failed.
This CL implements DownloadItem::Observer on JobController, which means
that the JobController will be notified of changes to the download.
Implementation of actions taken based on the notifications is still in
progress, but this provides a basic implementation and a framework for
testing the actions going forward.
BUG=692621
Review-Url: https://codereview.chromium.org/2727253002
Cr-Commit-Position: refs/heads/master@{#456288}
Committed: https://chromium.googlesource.com/chromium/src/+/dfe1dfe7bc684f54d0242262fd98ecde0afb29e0
Patch Set 1 #Patch Set 2 : Cleanup #
Total comments: 22
Patch Set 3 : Merged changes from per-job JobController CL #Patch Set 4 : Code review changes #
Total comments: 14
Patch Set 5 : resolved nits #Patch Set 6 : Added TODO #Depends on Patchset: Dependent Patchsets: Messages
Total messages: 20 (10 generated)
|