Searched refs:actual_proxy_string (Results 1 – 1 of 1) sorted by relevance
49 std::string actual_proxy_string; in MatchesProxyServerHelper() local51 actual_proxy_string = actual_proxy.ToURI(); in MatchesProxyServerHelper()53 if (std::string(expected_proxy) != actual_proxy_string) { in MatchesProxyServerHelper()56 << "\" but got: \"" << actual_proxy_string << "\""; in MatchesProxyServerHelper()