| Index: chrome/browser/download/chrome_download_manager_delegate.h
|
| diff --git a/chrome/browser/download/chrome_download_manager_delegate.h b/chrome/browser/download/chrome_download_manager_delegate.h
|
| index e5ee17dffb732aa0f92b0d3a75591949954ce948..a23664899e8427eb9a07b359ef5143e177cc0313 100644
|
| --- a/chrome/browser/download/chrome_download_manager_delegate.h
|
| +++ b/chrome/browser/download/chrome_download_manager_delegate.h
|
| @@ -88,6 +88,10 @@ class ChromeDownloadManagerDelegate
|
| DownloadPrefs* download_prefs() { return download_prefs_.get(); }
|
| DownloadHistory* download_history() { return download_history_.get(); }
|
|
|
| +#if defined(ENABLE_SAFE_BROWSING)
|
| + static void DisableSafeBrowsing(content::DownloadItem* item);
|
| +#endif
|
| +
|
| protected:
|
| // So that test classes can inherit from this for override purposes.
|
| virtual ~ChromeDownloadManagerDelegate();
|
|
|