Home
last modified time | relevance | path

Searched refs:path_without_consecutive_slash (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/
Dsafe_browsing_util.cc359 std::string path_without_consecutive_slash(RemoveConsecutiveChars(path, '/')); in CanonicalizeUrl() local
366 path_without_consecutive_slash.data(), in CanonicalizeUrl()
367 url::Component(0, path_without_consecutive_slash.length())); in CanonicalizeUrl()