diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-02 13:25:31 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-02 13:25:31 +0000 |
commit | aa43b4d1623f3480929e8e5d659702a3eaacb769 (patch) | |
tree | 5fb50980e721b75cf5f5bec3c95fc0e7ae36e8f3 /chrome/common/chrome_constants.h | |
parent | d68ac2aace5bb58425b60162795ba48c819369c6 (diff) | |
download | chromium_src-aa43b4d1623f3480929e8e5d659702a3eaacb769.zip chromium_src-aa43b4d1623f3480929e8e5d659702a3eaacb769.tar.gz chromium_src-aa43b4d1623f3480929e8e5d659702a3eaacb769.tar.bz2 |
Remove abonded privacy blacklist implementation.
BUG=16932
TEST=compiles
Review URL: http://codereview.chromium.org/2862041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51525 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_constants.h')
-rw-r--r-- | chrome/common/chrome_constants.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h index 2923928..a1efdbf 100644 --- a/chrome/common/chrome_constants.h +++ b/chrome/common/chrome_constants.h @@ -58,7 +58,6 @@ extern const wchar_t kUserDataDirname[]; extern const FilePath::CharType kUserScriptsDirname[]; extern const FilePath::CharType kWebDataFilename[]; extern const FilePath::CharType kBookmarksFileName[]; -extern const FilePath::CharType kPrivacyBlacklistFileName[]; extern const FilePath::CharType kHistoryBookmarksFileName[]; extern const FilePath::CharType kCustomDictionaryFileName[]; extern const FilePath::CharType kLoginDataFileName[]; |