| 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 8ec3d34f48434c65bbf292e938e6d50d94eeff48..bb6b16057893083c8438ecadc9cb77718579b89b 100644
|
| --- a/chrome/browser/download/chrome_download_manager_delegate.h
|
| +++ b/chrome/browser/download/chrome_download_manager_delegate.h
|
| @@ -48,9 +48,6 @@ class ChromeDownloadManagerDelegate
|
|
|
| void SetDownloadManager(content::DownloadManager* dm);
|
|
|
| - // Returns true if the given item is for an extension download.
|
| - static bool IsExtensionDownload(const content::DownloadItem* item);
|
| -
|
| // Should be called before the first call to ShouldCompleteDownload() to
|
| // disable SafeBrowsing checks for |item|.
|
| static void DisableSafeBrowsing(content::DownloadItem* item);
|
|
|