Index: content/browser/download/download_manager.h |
diff --git a/content/browser/download/download_manager.h b/content/browser/download/download_manager.h |
index b08a1438191cdc90e1682073ec40d2f51e546fff..0d760fda6ba581a9931d0815de2d928a8247a304 100644 |
--- a/content/browser/download/download_manager.h |
+++ b/content/browser/download/download_manager.h |
@@ -274,10 +274,13 @@ class DownloadManager |
// For testing. |
friend class DownloadManagerTest; |
friend class MockDownloadManager; |
+ friend class DownloadTest; |
friend struct BrowserThread::DeleteOnThread<BrowserThread::UI>; |
friend class DeleteTask<DownloadManager>; |
+ void set_delegate(DownloadManagerDelegate* delegate) { delegate_ = delegate; } |
+ |
virtual ~DownloadManager(); |
// Called on the FILE thread to check the existence of a downloaded file. |