Searched refs:lower_protocol (Results 1 – 1 of 1) sorted by relevance
22 std::string lower_protocol(protocol); in CreateProtocolHandler() local23 lower_protocol = StringToLowerASCII(protocol); in CreateProtocolHandler()24 return new ProtocolHandler(lower_protocol, url, title); in CreateProtocolHandler()