Searched refs:actual_proxy_string (Results 1 – 1 of 1) sorted by relevance
51 std::string actual_proxy_string; in MatchesProxyServerHelper() local53 actual_proxy_string = ProxyServerToProxyUri(actual_proxy); in MatchesProxyServerHelper()55 if (std::string(expected_proxy) != actual_proxy_string) { in MatchesProxyServerHelper()58 << "\" but got: \"" << actual_proxy_string << "\""; in MatchesProxyServerHelper()