Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/alloy/
Dalloy_content_browser_client.h43 const GURL& effective_url) override;
Dalloy_content_browser_client.cc527 const GURL& effective_url) { in ShouldUseProcessPerSite() argument
531 if (!effective_url.SchemeIs(extensions::kExtensionScheme)) in ShouldUseProcessPerSite()
540 registry->enabled_extensions().GetByID(effective_url.host()); in ShouldUseProcessPerSite()