diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-30 01:17:54 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-30 01:17:54 +0000 |
commit | 7a12518454d36fb4ac79431f56106b38cd2482ab (patch) | |
tree | ff2fa2bc8761460b9345e0d9c9a1def5a8e5f663 /chrome/browser/profile.h | |
parent | 779c33638f4b10def2d103f4703fa5bf58899aec (diff) | |
download | chromium_src-7a12518454d36fb4ac79431f56106b38cd2482ab.zip chromium_src-7a12518454d36fb4ac79431f56106b38cd2482ab.tar.gz chromium_src-7a12518454d36fb4ac79431f56106b38cd2482ab.tar.bz2 |
Make the Blacklist in the URL request context refcounted, since the Profile gets destroyed before the IO thread.
Also some other random misc. cleanup.
TBR=darin
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/554140
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37596 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profile.h')
-rw-r--r-- | chrome/browser/profile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/profile.h b/chrome/browser/profile.h index 6f97fec..1068370 100644 --- a/chrome/browser/profile.h +++ b/chrome/browser/profile.h @@ -528,7 +528,7 @@ class ProfileImpl : public Profile, scoped_ptr<HostContentSettingsMap> host_content_settings_map_; scoped_refptr<HostZoomMap> host_zoom_map_; - scoped_ptr<Blacklist> privacy_blacklist_; + scoped_refptr<Blacklist> privacy_blacklist_; scoped_refptr<DownloadManager> download_manager_; scoped_refptr<HistoryService> history_service_; scoped_refptr<FaviconService> favicon_service_; |