mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
alloy: Disable bfcache in M97 (see issue #3237)
Disabled so as not to block promotion of M97 to the stable channel.
This commit is contained in:
@@ -1462,7 +1462,8 @@ void AlloyBrowserHostImpl::ExitPictureInPicture() {
|
||||
}
|
||||
|
||||
bool AlloyBrowserHostImpl::IsBackForwardCacheSupported() {
|
||||
return true;
|
||||
// Disabled due to issue #3237.
|
||||
return false;
|
||||
}
|
||||
|
||||
bool AlloyBrowserHostImpl::IsPrerender2Supported() {
|
||||
|
Reference in New Issue
Block a user