Commit bf1c67f2 authored by Bence Béky's avatar Bence Béky Committed by Commit Bot

Make member const; remove comment.

Make HttpNetworkSession::proxy_resolution_service_ member const.
Remove obsolete comment: HttpNetworkSessionPeer does not access this
member since https://crrev.com/2146553007.

Change-Id: I7decf9bec77015e0815af7ec5ac0467f91faf1d1
Reviewed-on: https://chromium-review.googlesource.com/1007156Reviewed-by: default avatarHelen Li <xunjieli@chromium.org>
Commit-Queue: Bence Béky <bnc@chromium.org>
Cr-Commit-Position: refs/heads/master@{#550109}
parent 2af6bca9
...@@ -358,8 +358,7 @@ class NET_EXPORT HttpNetworkSession : public base::MemoryCoordinatorClient { ...@@ -358,8 +358,7 @@ class NET_EXPORT HttpNetworkSession : public base::MemoryCoordinatorClient {
CertVerifier* const cert_verifier_; CertVerifier* const cert_verifier_;
HttpAuthHandlerFactory* const http_auth_handler_factory_; HttpAuthHandlerFactory* const http_auth_handler_factory_;
// Not const since it's modified by HttpNetworkSessionPeer for testing. ProxyResolutionService* const proxy_resolution_service_;
ProxyResolutionService* proxy_resolution_service_;
const scoped_refptr<SSLConfigService> ssl_config_service_; const scoped_refptr<SSLConfigService> ssl_config_service_;
HttpAuthCache http_auth_cache_; HttpAuthCache http_auth_cache_;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment