summaryrefslogtreecommitdiffstats
path: root/chrome/common/pref_names.cc
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-02 13:25:31 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-02 13:25:31 +0000
commitaa43b4d1623f3480929e8e5d659702a3eaacb769 (patch)
tree5fb50980e721b75cf5f5bec3c95fc0e7ae36e8f3 /chrome/common/pref_names.cc
parentd68ac2aace5bb58425b60162795ba48c819369c6 (diff)
downloadchromium_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/pref_names.cc')
-rw-r--r--chrome/common/pref_names.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index a7407a9..36fe1b5 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -472,9 +472,6 @@ const wchar_t kAutoFillPositiveUploadRate[] = L"autofill.positive_upload_rate";
// Double that indicates negative (for not matched forms) upload rate.
const wchar_t kAutoFillNegativeUploadRate[] = L"autofill.negative_upload_rate";
-// Dictionary that maps providers to lists of filter rules.
-const wchar_t kPrivacyFilterRules[] = L"profile.privacy_filter_rules";
-
// Boolean that is true when the tabstrip is to be laid out vertically down the
// side of the browser window.
const wchar_t kUseVerticalTabs[] = L"tabs.use_vertical_tabs";