summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser.gypi
diff options
context:
space:
mode:
authorbryner@chromium.org <bryner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-13 01:32:41 +0000
committerbryner@chromium.org <bryner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-13 01:32:41 +0000
commit1519d850b2436b46d2b8de5c07b6fb7c9d937e89 (patch)
treedee6a488841adfa86d3762d7b3f618abef034719 /chrome/chrome_browser.gypi
parent68ef6dd7169fe47221e9ee7bef78278759cb50d7 (diff)
downloadchromium_src-1519d850b2436b46d2b8de5c07b6fb7c9d937e89.zip
chromium_src-1519d850b2436b46d2b8de5c07b6fb7c9d937e89.tar.gz
chromium_src-1519d850b2436b46d2b8de5c07b6fb7c9d937e89.tar.bz2
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
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r--chrome/chrome_browser.gypi2
1 files changed, 2 insertions, 0 deletions
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',