// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/saved_tab_groups/pref_names.h" #include "base/feature_list.h" #include "base/metrics/field_trial_params.h" #include "components/pref_registry/pref_registry_syncable.h" #include "components/saved_tab_groups/features.h" namespace tab_groups::prefs { void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) { … } } // namespace tab_groups::prefs