Patches for v138 (need checks)

This commit is contained in:
Carmelo Messina
2025-06-24 16:26:46 +02:00
parent 98a665e62a
commit 75f4ac5494
22 changed files with 897 additions and 904 deletions
@@ -8,17 +8,16 @@ https://issuetracker.google.com/issues/372873695
License: GPL-2.0-or-later - https://spdx.org/licenses/GPL-2.0-or-later.html
---
crypto/features.cc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
crypto/features.cc | 3 +++
1 file changed, 3 insertions(+)
diff --git a/crypto/features.cc b/crypto/features.cc
--- a/crypto/features.cc
+++ b/crypto/features.cc
@@ -11,5 +11,7 @@ namespace crypto::features {
BASE_FEATURE(kProcessBoundStringEncryption,
"ProcessBoundStringEncryption",
@@ -16,4 +16,7 @@ BASE_FEATURE(kIsHardwareBackedFixEnabled,
"IsHardwareBackedFixEnabled",
base::FEATURE_DISABLED_BY_DEFAULT);
-
+#if BUILDFLAG(IS_WIN)
+SET_CROMITE_FEATURE_ENABLED(kProcessBoundStringEncryption);
+#endif