Searched refs:kFirefoxPattern (Results 1 – 1 of 1) sorted by relevance
59 static const char kFirefoxPattern[] = "Firefox"; variable363 if (agent_str.find(kFirefoxPattern) != std::string::npos) { in GetAgent()