summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profile.h
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-29 09:40:10 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-29 09:40:10 +0000
commit588074f9272367dff91fa584a68b69e5ed200fbb (patch)
treee231402fae065b2d600ebbb8a14d510210515e7e /chrome/browser/profile.h
parentf810a16eb5d1d1d186951234adc52aec99797e05 (diff)
downloadchromium_src-588074f9272367dff91fa584a68b69e5ed200fbb.zip
chromium_src-588074f9272367dff91fa584a68b69e5ed200fbb.tar.gz
chromium_src-588074f9272367dff91fa584a68b69e5ed200fbb.tar.bz2
Design changes in browser/privacy_blacklist needed to integrate
privacy blacklists with extensions. - change I/O routines interface to be more clear - distinguish between transient and permanent blacklists - remove obsolete code (pbl_tool and blacklist error dialog) BlacklistManager will be responsible for recompiling the persistent blacklists. Errors will be reported via infobars. TEST=Covered by unit_tests. BUG=21541 Review URL: http://codereview.chromium.org/337025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30449 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profile.h')
-rw-r--r--chrome/browser/profile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/profile.h b/chrome/browser/profile.h
index 77abf02..116310d 100644
--- a/chrome/browser/profile.h
+++ b/chrome/browser/profile.h
@@ -510,7 +510,7 @@ class ProfileImpl : public Profile,
scoped_ptr<SSLConfigServiceManager> ssl_config_service_manager_;
- Blacklist* blacklist_;
+ scoped_ptr<Blacklist> blacklist_;
scoped_refptr<DownloadManager> download_manager_;
scoped_refptr<HistoryService> history_service_;