Index: net/url_request/url_request_context_storage.cc |
diff --git a/net/url_request/url_request_context_storage.cc b/net/url_request/url_request_context_storage.cc |
index 65cfba6f511696c48e20114c160c85bce8fcf367..6865edb919a89ee3920744e11f3aa25b93c4f982 100644 |
--- a/net/url_request/url_request_context_storage.cc |
+++ b/net/url_request/url_request_context_storage.cc |
@@ -88,8 +88,8 @@ void URLRequestContextStorage::set_proxy_delegate( |
void URLRequestContextStorage::set_http_server_properties( |
std::unique_ptr<HttpServerProperties> http_server_properties) { |
+ context_->set_http_server_properties(http_server_properties.get()); |
http_server_properties_ = std::move(http_server_properties); |
- context_->set_http_server_properties(http_server_properties_->GetWeakPtr()); |
} |
void URLRequestContextStorage::set_cookie_store( |