1 // Copyright 2022 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 "components/prefs/prefs_features.h" 6 7 // Serialize the pref store to JSON on a background sequence instead of the main 8 // thread. 9 BASE_FEATURE(kPrefStoreBackgroundSerialization, 10 "PrefStoreBackgroundSerialization", 11 base::FEATURE_ENABLED_BY_DEFAULT); 12