Searched refs:kMaxUrlLength (Results 1 – 1 of 1) sorted by relevance
104 const size_t kMaxUrlLength = 2048; in ExecuteExternalProtocol() local105 if (escaped_url.length() > kMaxUrlLength) in ExecuteExternalProtocol()