Added TransportSecurityState to URLRequestContextStorage used in cloud print connector.

BUG=141932

Review URL: https://chromiumcodereview.appspot.com/10854122

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151331 0039d316-1c4b-4281-b951-d872f2087c98
parent 1d1f9f1f
......@@ -122,6 +122,7 @@ ServiceURLRequestContext::ServiceURLRequestContext(
storage_.set_http_auth_handler_factory(
net::HttpAuthHandlerFactory::CreateDefault(host_resolver()));
storage_.set_http_server_properties(new net::HttpServerPropertiesImpl);
storage_.set_transport_security_state(new net::TransportSecurityState);
net::HttpNetworkSession::Params session_params;
session_params.host_resolver = host_resolver();
......
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