| Index: content/browser/download/download_manager_impl.h
|
| diff --git a/content/browser/download/download_manager_impl.h b/content/browser/download/download_manager_impl.h
|
| index a967c55939ccf51ae2f0791eac302d5122a56041..7563eca3d3e5c90f273e45ef9e8ee4f7e48377a8 100644
|
| --- a/content/browser/download/download_manager_impl.h
|
| +++ b/content/browser/download/download_manager_impl.h
|
| @@ -81,7 +81,6 @@ class CONTENT_EXPORT DownloadManagerImpl : public DownloadManager,
|
| virtual BrowserContext* GetBrowserContext() const OVERRIDE;
|
| virtual void CheckForHistoryFilesRemoval() OVERRIDE;
|
| virtual DownloadItem* GetDownload(int id) OVERRIDE;
|
| - virtual void MockDownloadOpenForTesting() OVERRIDE;
|
|
|
| // For testing; specifically, accessed from TestFileErrorInjector.
|
| void SetDownloadItemFactoryForTesting(
|
| @@ -170,9 +169,6 @@ class CONTENT_EXPORT DownloadManagerImpl : public DownloadManager,
|
|
|
| net::NetLog* net_log_;
|
|
|
| - // Do we actually open downloads when requested? For testing purposes only.
|
| - bool open_enabled_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(DownloadManagerImpl);
|
| };
|
|
|
|
|