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

Issue 8770024: Added a download file factory to the download file manager, for testing. (Closed)

Created:
9 years ago by ahendrickson
Modified:
9 years ago
CC:
chromium-reviews, achuith+watch_chromium.org, jam, dpranke-watch+content_chromium.org, joi+watch-content_chromium.org, rginda+watch_chromium.org, darin-cc_chromium.org, rdsmith+dwatch_chromium.org, Paweł Hajdan Jr.
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Added a download file factory to the download file manager, for testing. BUG=None TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113658

Patch Set 1 #

Patch Set 2 : Merged with trunk. #

Total comments: 14

Patch Set 3 : Modified per suggestions in comments. #

Patch Set 4 : Merged with trunk #

Total comments: 5

Patch Set 5 : Minor cleanup. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -9 lines) Patch
M chrome/browser/download/download_manager_unittest.cc View 1 2 2 chunks +24 lines, -1 line 0 comments Download
M content/browser/download/download_file_manager.h View 1 2 3 4 3 chunks +17 lines, -1 line 0 comments Download
M content/browser/download/download_file_manager.cc View 1 2 2 chunks +26 lines, -6 lines 0 comments Download
M content/browser/renderer_host/resource_dispatcher_host.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 16 (0 generated)
ahendrickson
PTAL.
9 years ago (2011-12-02 22:54:30 UTC) #1
Randy Smith (Not in Mondays)
Chris, a chromium style question for you: For a class as trivial as StandardDownloadFileFactory, can ...
9 years ago (2011-12-05 22:25:32 UTC) #2
cbentzel
I went beyond the simple question, sorry. http://codereview.chromium.org/8770024/diff/3001/content/browser/download/download_file_manager.cc File content/browser/download/download_file_manager.cc (right): http://codereview.chromium.org/8770024/diff/3001/content/browser/download/download_file_manager.cc#newcode41 content/browser/download/download_file_manager.cc:41: : resource_dispatcher_host_(rdh), ...
9 years ago (2011-12-07 18:58:20 UTC) #3
ahendrickson
http://codereview.chromium.org/8770024/diff/3001/chrome/browser/download/download_manager_unittest.cc File chrome/browser/download/download_manager_unittest.cc (right): http://codereview.chromium.org/8770024/diff/3001/chrome/browser/download/download_manager_unittest.cc#newcode152 chrome/browser/download/download_manager_unittest.cc:152: file_manager_ = new DownloadFileManager(NULL, NULL); On 2011/12/05 22:25:38, rdsmith ...
9 years ago (2011-12-07 19:55:14 UTC) #4
Randy Smith (Not in Mondays)
LGTM with comments below (specifically, do circle back with me if there's some reason for ...
9 years ago (2011-12-07 20:57:41 UTC) #5
ahendrickson
http://codereview.chromium.org/8770024/diff/12001/content/browser/download/download_file_manager.h File content/browser/download/download_file_manager.h (right): http://codereview.chromium.org/8770024/diff/12001/content/browser/download/download_file_manager.h#newcode84 content/browser/download/download_file_manager.h:84: // Passing in a NULL for |factory| will cause ...
9 years ago (2011-12-07 21:11:17 UTC) #6
ahendrickson
http://codereview.chromium.org/8770024/diff/12001/content/browser/renderer_host/resource_dispatcher_host.cc File content/browser/renderer_host/resource_dispatcher_host.cc (right): http://codereview.chromium.org/8770024/diff/12001/content/browser/renderer_host/resource_dispatcher_host.cc#newcode30 content/browser/renderer_host/resource_dispatcher_host.cc:30: #include "content/browser/download/download_file_impl.h" On 2011/12/07 21:11:17, ahendrickson wrote: > On ...
9 years ago (2011-12-07 22:06:58 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ahendrickson@chromium.org/8770024/9007
9 years ago (2011-12-08 02:36:52 UTC) #8
commit-bot: I haz the power
Presubmit check for 8770024-9007 failed and returned exit status 1. Running presubmit commit checks ...
9 years ago (2011-12-08 02:36:55 UTC) #9
ahendrickson
jam, could you take a quick look at resource_dispatcher_host.cc? It's a very minimal change, due ...
9 years ago (2011-12-08 16:28:45 UTC) #10
ahendrickson
darin, could you take a quick look at resource_dispatcher_host.cc? It's a very minimal change, due ...
9 years ago (2011-12-08 16:31:35 UTC) #11
ahendrickson
sky, could you take a quick look at resource_dispatcher_host.cc? It's a very minimal change, due ...
9 years ago (2011-12-08 19:14:13 UTC) #12
ahendrickson
sky, could you take a quick look at resource_dispatcher_host.cc? It's a very minimal change, due ...
9 years ago (2011-12-08 19:14:15 UTC) #13
sky
LGTM
9 years ago (2011-12-08 19:14:45 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ahendrickson@chromium.org/8770024/9007
9 years ago (2011-12-08 19:29:24 UTC) #15
commit-bot: I haz the power
9 years ago (2011-12-08 21:04:38 UTC) #16
Change committed as 113658

Powered by Google App Engine
This is Rietveld 408576698