diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-17 21:36:47 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-17 21:36:47 +0000 |
commit | fc09ce509f7c31abaa2b501a90e3d4ffef9909a0 (patch) | |
tree | c025b4f52fb70e4204de9913494153f09d501926 | |
parent | 56f2ec39bd6be763b9493eff17bf4a359b97be68 (diff) | |
download | chromium_src-fc09ce509f7c31abaa2b501a90e3d4ffef9909a0.zip chromium_src-fc09ce509f7c31abaa2b501a90e3d4ffef9909a0.tar.gz chromium_src-fc09ce509f7c31abaa2b501a90e3d4ffef9909a0.tar.bz2 |
Follow up to r69305
Addressing last comment by willchan.
BUG=63867
TEST=Navigate to an HTTPS page with Snap Start running and no network connection.
http://codereview.chromium.org/5826001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69574 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | net/http/disk_cache_based_ssl_host_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/disk_cache_based_ssl_host_info.h b/net/http/disk_cache_based_ssl_host_info.h index 430931a..fee0a5c 100644 --- a/net/http/disk_cache_based_ssl_host_info.h +++ b/net/http/disk_cache_based_ssl_host_info.h @@ -76,7 +76,7 @@ class DiskCacheBasedSSLHostInfo : public SSLHostInfo, disk_cache::Backend* backend() const { return backend_; } disk_cache::Entry* entry() const { return entry_; } - protected: + private: base::WeakPtr<DiskCacheBasedSSLHostInfo> obj_; void (DiskCacheBasedSSLHostInfo::*meth_) (int); |