Home | History | Annotate | Download | only in extensions

Lines Matching refs:replace_host

51     GURL::Replacements replace_host;
52 std::string host_str("localhost"); // must stay in scope with replace_host
53 replace_host.SetHostStr(host_str);
56 return base_url.ReplaceComponents(replace_host);