• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 #ifndef COMPONENTS_PREFS_PREFS_FEATURES_H_
6 #define COMPONENTS_PREFS_PREFS_FEATURES_H_
7 
8 #include "base/feature_list.h"
9 
10 BASE_DECLARE_FEATURE(kPrefStoreBackgroundSerialization);
11 
12 #endif  // COMPONENTS_PREFS_PREFS_FEATURES_H_
13