Searched refs:actual_proxy_string (Results 1 – 1 of 1) sorted by relevance
26 std::string actual_proxy_string; in MatchesProxyServerHelper() local28 actual_proxy_string = actual_proxy.ToURI(); in MatchesProxyServerHelper()30 if (std::string(expected_proxy) != actual_proxy_string) { in MatchesProxyServerHelper()33 << "\" but got: \"" << actual_proxy_string << "\""; in MatchesProxyServerHelper()