Rebase to 140
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user