Searched refs:stripped_spec (Results 1 – 1 of 1) sorted by relevance
720 std::string stripped_spec = url.spec(); in IsURLAllowedInIncognito() local721 DCHECK_GT(stripped_spec.size(), strlen(content::kViewSourceScheme)); in IsURLAllowedInIncognito()722 stripped_spec.erase(0, strlen(content::kViewSourceScheme) + 1); in IsURLAllowedInIncognito()723 GURL stripped_url(stripped_spec); in IsURLAllowedInIncognito()