diff options
author | bryner@chromium.org <bryner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-27 04:18:09 +0000 |
---|---|---|
committer | bryner@chromium.org <bryner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-27 04:18:09 +0000 |
commit | 9e5c2004fb820cb4d825704437c15c34e714a782 (patch) | |
tree | c5c8c957c81c7555b46c2ae4fea797b48ff16bb8 /chrome/chrome_browser.gypi | |
parent | b0cfcee6e102c21e243ff8f960f858df64b5d973 (diff) | |
download | chromium_src-9e5c2004fb820cb4d825704437c15c34e714a782.zip chromium_src-9e5c2004fb820cb4d825704437c15c34e714a782.tar.gz chromium_src-9e5c2004fb820cb4d825704437c15c34e714a782.tar.bz2 |
Collect some histograms about signed binary downloads.
This hooks up the DownloadProtectionService to run after a download finishes. For now, this does not send a download pingback since the flag defaults to off.
TEST=DownloadProtectionServiceTest
BUG=none
Review URL: http://codereview.chromium.org/8345033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107528 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r-- | chrome/chrome_browser.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index 94e6d37..66e783a 100644 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -2055,6 +2055,9 @@ 'browser/safe_browsing/safe_browsing_store_file.h', 'browser/safe_browsing/safe_browsing_util.cc', 'browser/safe_browsing/safe_browsing_util.h', + 'browser/safe_browsing/signature_util_posix.cc', + 'browser/safe_browsing/signature_util_win.cc', + 'browser/safe_browsing/signature_util.h', 'browser/screensaver_window_finder_gtk.cc', 'browser/screensaver_window_finder_gtk.h', 'browser/search_engines/search_engine_type.h', |