Home
last modified time | relevance | path

Searched refs:spdy_servers2 (Results 1 – 1 of 1) sorted by relevance

/external/cronet/net/http/
Dhttp_server_properties_unittest.cc377 std::unique_ptr<HttpServerProperties::ServerInfoMap> spdy_servers2 = in TEST_F() local
379 spdy_servers2->Put(CreateSimpleKey(spdy_server_mail), supports_spdy); in TEST_F()
380 spdy_servers2->Put(CreateSimpleKey(spdy_server_docs), supports_spdy); in TEST_F()
381 impl_.OnServerInfoLoadedForTesting(std::move(spdy_servers2)); in TEST_F()