Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(210)

Issue 1684293002: Separate download cancel handling from download failure (Closed)

Created:
4 years, 10 months ago by qinmin
Modified:
4 years, 10 months ago
Reviewers:
Ted C
CC:
chromium-reviews, asanka, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Separate download cancel handling from download failure Currently download cancel and download failure are treated in the same way. This causes the DownloadController to receive a download failure call when cancelling a download. And the DownloadNotificationService will show a failure notification after user hit cancel button. This CL splits download cancel from download failure. So when user cancels a download, we won't show the failure notification. BUG=579110 Committed: https://crrev.com/12a052769fd951ee7ae26c965933f14c33448c6f Cr-Commit-Position: refs/heads/master@{#374802}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -14 lines) Patch
M chrome/android/java/src/org/chromium/chrome/browser/download/DownloadManagerService.java View 4 chunks +15 lines, -2 lines 0 comments Download
M content/browser/android/download_controller_android_impl.cc View 2 chunks +12 lines, -9 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/DownloadController.java View 4 chunks +23 lines, -3 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
qinmin
PTAL
4 years, 10 months ago (2016-02-10 21:52:28 UTC) #2
Ted C
lgtm
4 years, 10 months ago (2016-02-10 23:20:25 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1684293002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1684293002/1
4 years, 10 months ago (2016-02-10 23:22:59 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 10 months ago (2016-02-11 00:36:15 UTC) #6
commit-bot: I haz the power
4 years, 10 months ago (2016-02-16 22:33:10 UTC) #8
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/12a052769fd951ee7ae26c965933f14c33448c6f
Cr-Commit-Position: refs/heads/master@{#374802}

Powered by Google App Engine
This is Rietveld 408576698