| Index: chrome/browser/safe_browsing/safe_browsing_service.cc
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_service.cc b/chrome/browser/safe_browsing/safe_browsing_service.cc
|
| index fc2f2ed31bf79578fc232cefeb1eda929adca5df..d1c86945302de8b1bf0da1e0c87f28a9d24c63e3 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_service.cc
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_service.cc
|
| @@ -251,12 +251,8 @@ void SafeBrowsingService::Initialize() {
|
| }
|
| #endif // defined(SAFE_BROWSING_CSD)
|
|
|
| -// TODO(nparker): Adding SAFE_BROWSING_SERVICE_DOWNLOAD to control this might
|
| -// allow removing FULL_SAFE_BROWSING above.
|
| -#if !defined(OS_ANDROID)
|
| download_service_.reset(new safe_browsing::DownloadProtectionService(
|
| this, url_request_context_getter_.get()));
|
| -#endif
|
|
|
| if (safe_browsing::IncidentReportingService::IsEnabled()) {
|
| incident_service_.reset(new safe_browsing::IncidentReportingService(
|
|
|