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