diff options
author | bryner@chromium.org <bryner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-19 00:40:43 +0000 |
---|---|---|
committer | bryner@chromium.org <bryner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-19 00:40:43 +0000 |
commit | 18f87e93de9847f12de18516e0dcc50913416dc1 (patch) | |
tree | d63eccee165858a89b7f963f04eb6a255301cd7c /chrome/common/chrome_constants.cc | |
parent | 243a8eeb4a5b7421cf2cc66ed77e8480a41bfc43 (diff) | |
download | chromium_src-18f87e93de9847f12de18516e0dcc50913416dc1.zip chromium_src-18f87e93de9847f12de18516e0dcc50913416dc1.tar.gz chromium_src-18f87e93de9847f12de18516e0dcc50913416dc1.tar.bz2 |
Roll out v1 of the client-side phishing detection model, to replace v0.
BUG=82984
TEST=none
Review URL: http://codereview.chromium.org/7017032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85855 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_constants.cc')
-rw-r--r-- | chrome/common/chrome_constants.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc index ff21c5a..e817be0 100644 --- a/chrome/common/chrome_constants.cc +++ b/chrome/common/chrome_constants.cc @@ -92,7 +92,7 @@ const FilePath::CharType kLocalStateFilename[] = FPL("Local State"); const FilePath::CharType kPreferencesFilename[] = FPL("Preferences"); const FilePath::CharType kSafeBrowsingBaseFilename[] = FPL("Safe Browsing"); const FilePath::CharType kSafeBrowsingPhishingModelFilename[] = - FPL("Safe Browsing Phishing Model"); + FPL("Safe Browsing Phishing Model v1"); const FilePath::CharType kSingletonCookieFilename[] = FPL("SingletonCookie"); const FilePath::CharType kSingletonSocketFilename[] = FPL("SingletonSocket"); const FilePath::CharType kSingletonLockFilename[] = FPL("SingletonLock"); |