diff options
author | bryner@chromium.org <bryner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-22 21:01:19 +0000 |
---|---|---|
committer | bryner@chromium.org <bryner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-22 21:01:19 +0000 |
commit | 27f53c1e40c8078159d0ddc11a0ea02dba94c257 (patch) | |
tree | ea793ce7d3d2ce6a9c969211eeb2e2c6265d56f9 /chrome/chrome_renderer.gypi | |
parent | aa01094677c08f3dd7461357a08d66d9622ad8dc (diff) | |
download | chromium_src-27f53c1e40c8078159d0ddc11a0ea02dba94c257.zip chromium_src-27f53c1e40c8078159d0ddc11a0ea02dba94c257.tar.gz chromium_src-27f53c1e40c8078159d0ddc11a0ea02dba94c257.tar.bz2 |
Add a PhishingClassifier implementation.
The PhishingClassifier ties together the feature extractors and the scorer,
and will be invoked by the RenderView when a page finishes loading. This
change also makes the feature extractors have a non-owned pointer to the clock
so that it can be shared, and fixes a problem where the DOM feature extractor
cleared out any already-present features.
BUG=none
TEST=PhishingClassifierTest
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=60082
Review URL: http://codereview.chromium.org/3452010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60220 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_renderer.gypi')
-rw-r--r-- | chrome/chrome_renderer.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_renderer.gypi b/chrome/chrome_renderer.gypi index 10e5732..3d072c0 100644 --- a/chrome/chrome_renderer.gypi +++ b/chrome/chrome_renderer.gypi @@ -199,6 +199,8 @@ 'renderer/safe_browsing/feature_extractor_clock.h', 'renderer/safe_browsing/features.cc', 'renderer/safe_browsing/features.h', + 'renderer/safe_browsing/phishing_classifier.cc', + 'renderer/safe_browsing/phishing_classifier.h', 'renderer/safe_browsing/phishing_dom_feature_extractor.cc', 'renderer/safe_browsing/phishing_dom_feature_extractor.h', 'renderer/safe_browsing/phishing_term_feature_extractor.cc', |