diff options
author | noelutz@google.com <noelutz@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-15 17:18:02 +0000 |
---|---|---|
committer | noelutz@google.com <noelutz@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-15 17:18:02 +0000 |
commit | dea2801fe6ce2b8fb955080a0871ed56eb5b254c (patch) | |
tree | 230693d91264e7036eec68f39385b2365fdcb06f /chrome/chrome_browser.gypi | |
parent | f20b56d0897f3026064c32593174414aeb107990 (diff) | |
download | chromium_src-dea2801fe6ce2b8fb955080a0871ed56eb5b254c.zip chromium_src-dea2801fe6ce2b8fb955080a0871ed56eb5b254c.tar.gz chromium_src-dea2801fe6ce2b8fb955080a0871ed56eb5b254c.tar.bz2 |
Revert 89178 - Create a browser feature extractor that runs after the renderer has
decided that a page is phishing according to the extracted features
in the renderer. For now we don't use these features in the classification.
We only use them on the server side.
Currently, the browser feature extractor extracts a bunch of features based
on the history service (e.g., has the user seen this URL before).
BUG=None
TEST=BrowserFeatureExtractorTest
Review URL: http://codereview.chromium.org/7119003
TBR=noelutz@google.com
Review URL: http://codereview.chromium.org/7172018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89205 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r-- | chrome/chrome_browser.gypi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index f05bd30..344ee7f 100644 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -1807,8 +1807,6 @@ 'browser/rlz/rlz.h', 'browser/safe_browsing/bloom_filter.cc', 'browser/safe_browsing/bloom_filter.h', - 'browser/safe_browsing/browser_feature_extractor.cc', - 'browser/safe_browsing/browser_feature_extractor.h', 'browser/safe_browsing/chunk_range.cc', 'browser/safe_browsing/chunk_range.h', 'browser/safe_browsing/client_side_detection_host.cc', |