Searched defs:DohProviderEntry (Results 1 – 1 of 1) sorted by relevance
244 struct DohProviderEntry { struct245 std::string provider;246 std::set<std::string> ips;247 std::string host;248 std::string httpsTemplate;249 bool requireRootPermission;251 base::Result<DohIdentity> getDohIdentity(const std::vector<std::string>& sortedValidIps, in getDohIdentity()