| Index: content/public/browser/download_manager.h
|
| diff --git a/content/public/browser/download_manager.h b/content/public/browser/download_manager.h
|
| index 5de2073a4ca6b136944e8164a28a9843feef2880..f7772e99c1bd19253dbf4da1330a3dbf10dfa3b7 100644
|
| --- a/content/public/browser/download_manager.h
|
| +++ b/content/public/browser/download_manager.h
|
| @@ -60,10 +60,6 @@ class DownloadUrlParameters;
|
| class CONTENT_EXPORT DownloadManager
|
| : public base::RefCountedThreadSafe<DownloadManager> {
|
| public:
|
| - // A method that can be used in tests to ensure that all the internal download
|
| - // classes have no pending downloads.
|
| - static bool EnsureNoPendingDownloadsForTesting();
|
| -
|
| // Sets/Gets the delegate for this DownloadManager. The delegate has to live
|
| // past its Shutdown method being called (by the DownloadManager).
|
| virtual void SetDelegate(DownloadManagerDelegate* delegate) = 0;
|
|
|