Searched refs:record_parts (Results 1 – 1 of 1) sorted by relevance
77 std::vector<std::string> record_parts; in ParsePhishingUrls() local78 base::SplitString(urls[i], '\t', &record_parts); in ParsePhishingUrls()79 if (record_parts.size() != 3) { in ParsePhishingUrls()85 "://" + record_parts[0]; in ParsePhishingUrls()86 phishing_url.list_name = record_parts[1]; in ParsePhishingUrls()87 if (record_parts[2] == "yes") { in ParsePhishingUrls()89 } else if (record_parts[2] == "no") { in ParsePhishingUrls()93 << ": " << record_parts[2]; in ParsePhishingUrls()