1 // Copyright 2024 The Chromium Authors 2 // Use of this source code is governed by a BSD-style license that can be 3 // found in the LICENSE file. 4 5 #include "crypto/features.h" 6 7 #include "base/feature_list.h" 8 9 namespace crypto::features { 10 11 BASE_FEATURE(kProcessBoundStringEncryption, 12 "ProcessBoundStringEncryption", 13 base::FEATURE_DISABLED_BY_DEFAULT); 14 15 } // namespace crypto::features 16