Rebase to 140

This commit is contained in:
Carmelo Messina
2025-08-30 12:50:59 +02:00
parent 6d6ce62db9
commit 054870731c
210 changed files with 2359 additions and 2541 deletions
@@ -14,9 +14,9 @@ License: GPL-2.0-or-later - https://spdx.org/licenses/GPL-2.0-or-later.html
diff --git a/crypto/features.cc b/crypto/features.cc
--- a/crypto/features.cc
+++ b/crypto/features.cc
@@ -16,4 +16,7 @@ BASE_FEATURE(kIsHardwareBackedFixEnabled,
"IsHardwareBackedFixEnabled",
base::FEATURE_ENABLED_BY_DEFAULT);
@@ -20,4 +20,7 @@ BASE_FEATURE(kMigrateIOSKeychainAccessibility,
"MigrateIOSKeychainAccessibility",
base::FEATURE_DISABLED_BY_DEFAULT);
+#if BUILDFLAG(IS_WIN)
+SET_CROMITE_FEATURE_ENABLED(kProcessBoundStringEncryption);