Searched refs:presented_domain (Results 1 – 1 of 1) sorted by relevance
623 base::StringPiece presented_host, presented_domain; in VerifyHostname() local624 SplitOnChar(presented_name, '.', &presented_host, &presented_domain); in VerifyHostname()626 if (presented_domain != reference_domain) in VerifyHostname()