Searched refs:device_url_str (Results 1 – 1 of 1) sorted by relevance
335 std::string device_url_str; in ParseResponse() local336 if (!GetHeader(headers.get(), kSsdpLocationHeader, &device_url_str) || in ParseResponse()337 device_url_str.empty()) { in ParseResponse()342 GURL device_url(device_url_str); in ParseResponse()344 VLOG(1) << "URL " << device_url_str << " not valid."; in ParseResponse()