| Index: content/public/browser/download_manager.h
|
| diff --git a/content/public/browser/download_manager.h b/content/public/browser/download_manager.h
|
| index e7b03ded7dd17d8d1f647cc0f49b8e6cb52132ed..c00fdd856259588f3c21bc7b83cb458c86182619 100644
|
| --- a/content/public/browser/download_manager.h
|
| +++ b/content/public/browser/download_manager.h
|
| @@ -170,9 +170,6 @@ class CONTENT_EXPORT DownloadManager
|
| // it is or state it's in.
|
| virtual DownloadItem* GetDownload(int id) = 0;
|
|
|
| - // Prohibits OpenDownload() from actually opening downloads for testing.
|
| - virtual void MockDownloadOpenForTesting() = 0;
|
| -
|
| protected:
|
| virtual ~DownloadManager() {}
|
|
|
|
|