Introduce background Download process to android
This change adds a new download process to android.
This process will handle download in the background and may outlive chrome
Unlike other ChildProcessService, DownloadProcessService is a started service as it manage its own lifecycle:
When a download started, the download service will start running
When all download finishes, the Download service will be stopped
BUG=
545640
Committed:
https://crrev.com/ee805c1eeab8ed56cdac0020ba41948279bdbd05
Cr-Commit-Position: refs/heads/master@{#373608}