Patches for 135
This commit is contained in:
@@ -14,7 +14,7 @@ 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
|
||||
@@ -11,5 +11,7 @@ namespace crypto::features {
|
||||
@@ -11,7 +11,9 @@ namespace crypto::features {
|
||||
BASE_FEATURE(kProcessBoundStringEncryption,
|
||||
"ProcessBoundStringEncryption",
|
||||
base::FEATURE_DISABLED_BY_DEFAULT);
|
||||
@@ -22,5 +22,7 @@ diff --git a/crypto/features.cc b/crypto/features.cc
|
||||
+#if BUILDFLAG(IS_WIN)
|
||||
+SET_CROMITE_FEATURE_ENABLED(kProcessBoundStringEncryption);
|
||||
+#endif
|
||||
} // namespace crypto::features
|
||||
// Disabled by default.
|
||||
BASE_FEATURE(kLabelWindowsUnexportableKeys,
|
||||
"LabelWindowsUnexportableKeys",
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user