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_switches.cc | |
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_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index dfbe77e..46f7c64 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -345,9 +345,6 @@ const char kEnablePreparsedJsCaching[] = "enable-preparsed-js-caching"; // Enable print preview (work in progress). const char kEnablePrintPreview[] = "enable-print-preview"; -// Enable Privacy Blacklists. -const char kEnablePrivacyBlacklists[] = "enable-privacy-blacklists"; - // Enables StatsTable, logging statistics to a global named shared memory table. const char kEnableStatsTable[] = "enable-stats-table"; |