Searched defs:DohProviderEntry (Results 1 – 1 of 1) sorted by relevance
229 struct DohProviderEntry { struct230 std::string provider;231 std::set<std::string> ips;232 std::string host;233 std::string httpsTemplate;234 bool requireRootPermission;236 base::Result<DohIdentity> getDohIdentity(const std::vector<std::string>& sortedValidIps, in getDohIdentity()