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

Issue 13859009: Adding a call to support download initiated context menu (Closed)

Created:
7 years, 8 months ago by qinmin
Modified:
7 years, 8 months ago
Reviewers:
asanka, Yaron, boliu, nilesh
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

Adding a call to support download initiated context menu The android download manager does not support authentication. Therefore, use chrome path for download initiated by context menu. gerrit change: 35490 BUG=159687 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194366

Patch Set 1 #

Total comments: 14

Patch Set 2 : addressing comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -21 lines) Patch
M chrome/browser/download/download_ui_controller.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/android/download_controller_android_impl.h View 1 1 chunk +4 lines, -1 line 0 comments Download
M content/browser/android/download_controller_android_impl.cc View 1 5 chunks +26 lines, -3 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/ContentViewDownloadDelegate.java View 1 1 chunk +4 lines, -4 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/DownloadController.java View 1 1 chunk +8 lines, -7 lines 0 comments Download
M content/public/browser/android/download_controller_android.h View 1 2 chunks +11 lines, -2 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
qinmin
PTAL
7 years, 8 months ago (2013-04-12 00:35:51 UTC) #1
nilesh
https://codereview.chromium.org/13859009/diff/1/content/browser/android/download_controller_android_impl.cc File content/browser/android/download_controller_android_impl.cc (right): https://codereview.chromium.org/13859009/diff/1/content/browser/android/download_controller_android_impl.cc#newcode325 content/browser/android/download_controller_android_impl.cc:325: DownloadManager* dlm = content::BrowserContext::GetDownloadManager( dont need content:: here and ...
7 years, 8 months ago (2013-04-12 16:27:45 UTC) #2
nilesh
https://codereview.chromium.org/13859009/diff/1/content/public/browser/android/download_controller_android.h File content/public/browser/android/download_controller_android.h (right): https://codereview.chromium.org/13859009/diff/1/content/public/browser/android/download_controller_android.h#newcode29 content/public/browser/android/download_controller_android.h:29: virtual void OnPostDownloadStarted(DownloadItem* download_item) = 0; Also rename this ...
7 years, 8 months ago (2013-04-12 16:44:14 UTC) #3
nilesh
https://codereview.chromium.org/13859009/diff/1/content/public/browser/android/download_controller_android.h File content/public/browser/android/download_controller_android.h (right): https://codereview.chromium.org/13859009/diff/1/content/public/browser/android/download_controller_android.h#newcode29 content/public/browser/android/download_controller_android.h:29: virtual void OnPostDownloadStarted(DownloadItem* download_item) = 0; actually you can ...
7 years, 8 months ago (2013-04-12 16:50:07 UTC) #4
qinmin
https://codereview.chromium.org/13859009/diff/1/content/browser/android/download_controller_android_impl.cc File content/browser/android/download_controller_android_impl.cc (right): https://codereview.chromium.org/13859009/diff/1/content/browser/android/download_controller_android_impl.cc#newcode325 content/browser/android/download_controller_android_impl.cc:325: DownloadManager* dlm = content::BrowserContext::GetDownloadManager( On 2013/04/12 16:27:45, nilesh wrote: ...
7 years, 8 months ago (2013-04-15 18:56:51 UTC) #5
nilesh
LGTM do check with joth/boliu to find out if changing the ContentViewDownloadDelegate changes anything for ...
7 years, 8 months ago (2013-04-15 20:26:46 UTC) #6
boliu
On 2013/04/15 20:26:46, nilesh wrote: > LGTM > do check with joth/boliu to find out ...
7 years, 8 months ago (2013-04-15 20:38:19 UTC) #7
qinmin
@Yaron, would you please take a look?
7 years, 8 months ago (2013-04-15 21:36:05 UTC) #8
qinmin
+asanka for OWNER
7 years, 8 months ago (2013-04-15 21:49:58 UTC) #9
asanka
/chrome/browser/download LGTM. Thanks!
7 years, 8 months ago (2013-04-15 22:15:58 UTC) #10
Yaron
lgtm
7 years, 8 months ago (2013-04-16 02:03:12 UTC) #11
qinmin
7 years, 8 months ago (2013-04-16 16:17:33 UTC) #12
Message was sent while issue was closed.
Committed patchset #2 manually as r194366 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698