// 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. #ifndef COMPONENTS_OPTIMIZATION_GUIDE_CORE_FEATURE_REGISTRY_FEATURE_REGISTRATION_H_ #define COMPONENTS_OPTIMIZATION_GUIDE_CORE_FEATURE_REGISTRY_FEATURE_REGISTRATION_H_ #include "base/component_export.h" #include "base/feature_list.h" class PrefRegistrySimple; namespace optimization_guide { prefs // namespace prefs features // namespace features void RegisterGenAiFeatures(PrefRegistrySimple* registry); } // namespace optimization_guide #endif // COMPONENTS_OPTIMIZATION_GUIDE_CORE_FEATURE_REGISTRY_FEATURE_REGISTRATION_H_