// 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_SETTINGS_UI_REGISTRY_H_ #define COMPONENTS_OPTIMIZATION_GUIDE_CORE_FEATURE_REGISTRY_SETTINGS_UI_REGISTRY_H_ #include <vector> #include "components/optimization_guide/core/feature_registry/enterprise_policy_registry.h" #include "components/optimization_guide/core/model_execution/feature_keys.h" namespace optimization_guide { // SettingsUiMetadata holds metadata for a feature that uses the // chrome://settings/ai page. class SettingsUiMetadata { … }; class SettingsUiRegistry { … }; } // namespace optimization_guide #endif // COMPONENTS_OPTIMIZATION_GUIDE_CORE_FEATURE_REGISTRY_SETTINGS_UI_REGISTRY_H_