| Index: content/public/common/content_features.cc
|
| diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
|
| index 2edcf02d87a6edabf3787beab6453a5483d5b2bb..66ecbba63120635235ca8b08019cd66e73d2f6b2 100644
|
| --- a/content/public/common/content_features.cc
|
| +++ b/content/public/common/content_features.cc
|
| @@ -148,7 +148,7 @@ const base::Feature kStaleWhileRevalidate{"StaleWhileRevalidate2",
|
|
|
| // Throttle Blink timers in out-of-view cross origin frames.
|
| const base::Feature kTimerThrottlingForHiddenFrames{
|
| - "TimerThrottlingForHiddenFrames", base::FEATURE_ENABLED_BY_DEFAULT};
|
| + "TimerThrottlingForHiddenFrames", base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
| // Enables token binding
|
| // (https://www.ietf.org/id/draft-ietf-tokbind-protocol-04.txt).
|
|
|