Skip to content
  • Xing Liu's avatar
    Download Service: Handle transient download in target determiner. · b8b90143
    Xing Liu authored
    This CL fixed an issue that transient download may trigger android UI
    and cancel the download in download resumption.
    
    
    How it happens: In resumption, we feed current path as initial path to
    target determiner instead of forced path. Target determiner may change
    the download path from DS internal storage to external storage, this
    creates the following issues:
    1. External storage needs permission.
    2. Conflict files are not rewritten, but needs user confirmation with
    a snackbar, because we don't have webcontents, target determiner will
    delete itself and fail the download with reason USER_CANCEL.
    
    All the Android leak will call into
    DownloadManagerService::OnDownloadCanceled, where it shows two kinds of
    error messages in toast.
    
    This issue may be also related to issue 762173.
    
    Bug: 769805, 769426
    Change-Id: I1ac6d2446fcc05c00517a65b465d7bf1ea2ccfeb
    Reviewed-on: https://chromium-review.googlesource.com/693400
    
    
    Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
    Reviewed-by: default avatarNasko Oskov <nasko@chromium.org>
    Reviewed-by: default avatarMin Qin <qinmin@chromium.org>
    Reviewed-by: default avatarDavid Trainor <dtrainor@chromium.org>
    Commit-Queue: Xing Liu <xingliu@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#506908}
    b8b90143