| Index: net/http/http_server_properties_impl.cc
|
| diff --git a/net/http/http_server_properties_impl.cc b/net/http/http_server_properties_impl.cc
|
| index bc41c9aeabfc062046ccdb9febab7bd31fcd195c..9e6e92e719d66a5dbf7711e29367b468b0117b20 100644
|
| --- a/net/http/http_server_properties_impl.cc
|
| +++ b/net/http/http_server_properties_impl.cc
|
| @@ -219,10 +219,6 @@ void HttpServerPropertiesImpl::GetSpdyServerList(
|
| }
|
| }
|
|
|
| -base::WeakPtr<HttpServerProperties> HttpServerPropertiesImpl::GetWeakPtr() {
|
| - return weak_ptr_factory_.GetWeakPtr();
|
| -}
|
| -
|
| void HttpServerPropertiesImpl::Clear() {
|
| DCHECK(CalledOnValidThread());
|
| spdy_servers_map_.Clear();
|
|
|