24 lines
1003 B
Diff
24 lines
1003 B
Diff
|
From: uazo <uazo@users.noreply.github.com>
|
||
|
Date: Tue, 20 Dec 2022 15:09:46 +0000
|
||
|
Subject: Temp Disable kAutomaticLazyFrameLoadingToEmbeds
|
||
|
|
||
|
License: GPL-2.0-or-later - https://spdx.org/licenses/GPL-2.0-or-later.html
|
||
|
---
|
||
|
third_party/blink/common/features.cc | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/third_party/blink/common/features.cc b/third_party/blink/common/features.cc
|
||
|
--- a/third_party/blink/common/features.cc
|
||
|
+++ b/third_party/blink/common/features.cc
|
||
|
@@ -180,7 +180,7 @@ const base::FeatureParam<int> kSkipFrameCountForLazyAds(
|
||
|
// Vitals.
|
||
|
BASE_FEATURE(kAutomaticLazyFrameLoadingToEmbeds,
|
||
|
"AutomaticLazyFrameLoadingToEmbeds", // must be enabled
|
||
|
- base::FEATURE_ENABLED_BY_DEFAULT); // in Bromite
|
||
|
+ base::FEATURE_DISABLED_BY_DEFAULT); // in Bromite
|
||
|
|
||
|
// The timeout value that forces loading iframes that are lazy loaded by
|
||
|
// LazyEmbeds. After this timeout, the frame loading is triggered even when the
|
||
|
--
|
||
|
2.25.1
|