24 lines
1.0 KiB
Diff
24 lines
1.0 KiB
Diff
From: csagan5 <32685696+csagan5@users.noreply.github.com>
|
|
Date: Sat, 19 Feb 2022 12:01:33 +0100
|
|
Subject: Disable idle detection
|
|
|
|
License: GPL-3.0-only - https://spdx.org/licenses/GPL-3.0-only.html
|
|
---
|
|
content/public/common/content_features.cc | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
|
|
--- a/content/public/common/content_features.cc
|
|
+++ b/content/public/common/content_features.cc
|
|
@@ -438,7 +438,7 @@ const base::Feature kIdentityInCanMakePaymentEventFeature{
|
|
// this feature, the experimental web platform features flag should be set,
|
|
// or the site should obtain an Origin Trial token.
|
|
const base::Feature kIdleDetection{"IdleDetection",
|
|
- base::FEATURE_ENABLED_BY_DEFAULT};
|
|
+ base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
|
// A feature flag for the memory-backed code cache.
|
|
const base::Feature kInMemoryCodeCache{"InMemoryCodeCache",
|
|
--
|
|
2.25.1
|