Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_util.cc281 GURL url_without_fragment; in CanonicalizeUrl() local
286 url_without_fragment = url.ReplaceComponents(f_replacements); in CanonicalizeUrl()
289 std::string url_unescaped_str(Unescape(url_without_fragment.spec())); in CanonicalizeUrl()