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

Unified Diff: content/browser/download/mock_download_manager.h

Issue 8372073: Merge 8401001 r107836 into branch 912: Fix history importing by delaying DownloadManager creation. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/912/src/
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/download/mock_download_manager.h
===================================================================
--- content/browser/download/mock_download_manager.h (revision 108294)
+++ content/browser/download/mock_download_manager.h (working copy)
@@ -14,8 +14,9 @@
class MockDownloadManager : public DownloadManager {
public:
explicit MockDownloadManager(DownloadManagerDelegate* delegate,
+ DownloadIdFactory* id_factory,
DownloadStatusUpdater* updater)
- : DownloadManager(delegate, updater) {
+ : DownloadManager(delegate, id_factory, updater) {
}
// Override some functions.
« no previous file with comments | « content/browser/download/download_resource_handler.cc ('k') | content/browser/renderer_host/buffered_resource_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698