mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Disable prerendering (see #3664)
This is not currently supported by CEF's frame tracking model.
This commit is contained in:
@ -1277,7 +1277,8 @@ bool AlloyBrowserHostImpl::IsBackForwardCacheSupported(
|
||||
|
||||
content::PreloadingEligibility AlloyBrowserHostImpl::IsPrerender2Supported(
|
||||
content::WebContents& web_contents) {
|
||||
return content::PreloadingEligibility::kEligible;
|
||||
// Prerender is not supported in CEF. See issue #3664.
|
||||
return content::PreloadingEligibility::kPreloadingDisabled;
|
||||
}
|
||||
|
||||
void AlloyBrowserHostImpl::DraggableRegionsChanged(
|
||||
|
Reference in New Issue
Block a user