mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-04-13 10:22:07 +02:00
alloy: Disable bfcache (see issue #3237)
This will be reverted if the bfcache issue is fixed.
This commit is contained in:
parent
ff0e5c0348
commit
2428b35f6c
@ -1463,7 +1463,8 @@ void AlloyBrowserHostImpl::ExitPictureInPicture() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool AlloyBrowserHostImpl::IsBackForwardCacheSupported() {
|
bool AlloyBrowserHostImpl::IsBackForwardCacheSupported() {
|
||||||
return true;
|
// Disabled due to issue #3237.
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool AlloyBrowserHostImpl::IsPrerender2Supported() {
|
bool AlloyBrowserHostImpl::IsPrerender2Supported() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user