| 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 6daba01a1bbc205b7bd97d3f3e567a70b12f8ab0..28b5508580bf2e553287b8c67f550b2ace2c2193 100644
|
| --- a/chrome/browser/download/chrome_download_manager_delegate.h
|
| +++ b/chrome/browser/download/chrome_download_manager_delegate.h
|
| @@ -149,16 +149,6 @@ class ChromeDownloadManagerDelegate
|
| typedef base::hash_map<CrxInstaller*, int> CrxInstallerMap;
|
| CrxInstallerMap crx_installers_;
|
|
|
| - // Maps the SafeBrowsing download check state to a DownloadItem ID.
|
| - struct SafeBrowsingState {
|
| - // If true the SafeBrowsing check is not done yet.
|
| - bool pending;
|
| - // The verdict that we got from calling CheckClientDownload.
|
| - safe_browsing::DownloadProtectionService::DownloadCheckResult verdict;
|
| - };
|
| - typedef base::hash_map<int, SafeBrowsingState> SafeBrowsingStateMap;
|
| - SafeBrowsingStateMap safe_browsing_state_;
|
| -
|
| content::NotificationRegistrar registrar_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ChromeDownloadManagerDelegate);
|
|
|