// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/ui/toolbar/toolbar_pref_names.h" #include "chrome/browser/ui/actions/chrome_action_id.h" #include "components/pref_registry/pref_registry_syncable.h" #include "components/prefs/pref_registry_simple.h" #include "ui/actions/actions.h" namespace toolbar { void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) { … } } // namespace toolbar