diff options
author | noelutz@google.com <noelutz@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-09 23:39:51 +0000 |
---|---|---|
committer | noelutz@google.com <noelutz@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-09 23:39:51 +0000 |
commit | a7a5e99010728cca53432ef392a44ce392c73353 (patch) | |
tree | 62250e23c35ab69bbc6a896ec33bf441470ee922 /chrome/common/chrome_constants.cc | |
parent | 0f2a30dbc1bf1d99adc0a67008e85550bff4fa9d (diff) | |
download | chromium_src-a7a5e99010728cca53432ef392a44ce392c73353.zip chromium_src-a7a5e99010728cca53432ef392a44ce392c73353.tar.gz chromium_src-a7a5e99010728cca53432ef392a44ce392c73353.tar.bz2 |
Send phishing model from the browser to the renderer.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/5206006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68791 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, 2 insertions, 0 deletions
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc index 9b3a9ba..778db36 100644 --- a/chrome/common/chrome_constants.cc +++ b/chrome/common/chrome_constants.cc @@ -92,6 +92,8 @@ const FilePath::CharType kHistoryFilename[] = FPL("History"); const FilePath::CharType kLocalStateFilename[] = FPL("Local State"); const FilePath::CharType kPreferencesFilename[] = FPL("Preferences"); const FilePath::CharType kSafeBrowsingFilename[] = FPL("Safe Browsing Bloom"); +const FilePath::CharType kSafeBrowsingPhishingModelFilename[] = + FPL("Safe Browsing Phishing Model"); const FilePath::CharType kSingletonCookieFilename[] = FPL("SingletonCookie"); const FilePath::CharType kSingletonSocketFilename[] = FPL("SingletonSocket"); const FilePath::CharType kSingletonLockFilename[] = FPL("SingletonLock"); |