| Index: net/http/http_server_properties_manager.cc
|
| diff --git a/net/http/http_server_properties_manager.cc b/net/http/http_server_properties_manager.cc
|
| index 35fcea868776e453106e4ec7c5ae0eb37665a6fe..4208dc46480f70408683cbe8d1fa49d92442eb8b 100644
|
| --- a/net/http/http_server_properties_manager.cc
|
| +++ b/net/http/http_server_properties_manager.cc
|
| @@ -128,12 +128,6 @@ void HttpServerPropertiesManager::SetVersion(
|
| http_server_properties_dict->SetInteger(kVersionKey, version_number);
|
| }
|
|
|
| -// This is required for conformance with the HttpServerProperties interface.
|
| -base::WeakPtr<HttpServerProperties> HttpServerPropertiesManager::GetWeakPtr() {
|
| - DCHECK(network_task_runner_->RunsTasksOnCurrentThread());
|
| - return network_weak_ptr_factory_->GetWeakPtr();
|
| -}
|
| -
|
| void HttpServerPropertiesManager::Clear() {
|
| Clear(base::Closure());
|
| }
|
|
|