| Index: chrome/browser/download/chrome_download_manager_delegate.h
|
| ===================================================================
|
| --- chrome/browser/download/chrome_download_manager_delegate.h (revision 140592)
|
| +++ chrome/browser/download/chrome_download_manager_delegate.h (working copy)
|
| @@ -48,6 +48,8 @@
|
|
|
| void SetDownloadManager(content::DownloadManager* dm);
|
|
|
| + void ProfileShutdown();
|
| +
|
| // Should be called before the first call to ShouldCompleteDownload() to
|
| // disable SafeBrowsing checks for |item|.
|
| static void DisableSafeBrowsing(content::DownloadItem* item);
|
|
|