From 1519d850b2436b46d2b8de5c07b6fb7c9d937e89 Mon Sep 17 00:00:00 2001 From: "bryner@chromium.org" Date: Thu, 13 Oct 2011 01:32:41 +0000 Subject: First shot at implementing the ping back for improved binary download protection in Chrome. Integration with the download manager will be done in a later CL (should be fairly staightforward). Most of the hooks are there already except for the UI to treat a malicious response. Original patch by noelutz in issue 8083017. BUG= TEST=DownloadProtectionServiceTest Review URL: http://codereview.chromium.org/8200014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105230 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome_browser.gypi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/chrome_browser.gypi') diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index 097166d..e350a57 100644 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -1987,6 +1987,8 @@ 'browser/safe_browsing/client_side_detection_host.h', 'browser/safe_browsing/client_side_detection_service.cc', 'browser/safe_browsing/client_side_detection_service.h', + 'browser/safe_browsing/download_protection_service.cc', + 'browser/safe_browsing/download_protection_service.h', 'browser/safe_browsing/malware_details.cc', 'browser/safe_browsing/malware_details.h', 'browser/safe_browsing/malware_details_cache.cc', -- cgit v1.1