chromium/components/optimization_guide/core/feature_registry/mqls_feature_registry.h

// 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_MQLS_FEATURE_REGISTRY_H_
#define COMPONENTS_OPTIMIZATION_GUIDE_CORE_FEATURE_REGISTRY_MQLS_FEATURE_REGISTRY_H_

#include <memory>
#include <optional>
#include <string>

#include "base/feature_list.h"
#include "base/functional/callback.h"
#include "components/optimization_guide/core/feature_registry/enterprise_policy_registry.h"
#include "components/optimization_guide/core/model_execution/feature_keys.h"
#include "components/optimization_guide/proto/features/common_quality_data.pb.h"
#include "components/optimization_guide/proto/model_quality_service.pb.h"

namespace optimization_guide {

namespace proto {
class LogAiDataRequest;
}  // namespace proto

UserFeedbackCallback;

// MqlsFeatureMetadata holds metadata for each proto logged using the Model
// Quality Logging Service (MQLS). Note that for a given user-visible feature,
// there may be multiple types of protos logged.
class MqlsFeatureMetadata {};

class MqlsFeatureRegistry {};

}  // namespace optimization_guide

#endif  // COMPONENTS_OPTIMIZATION_GUIDE_CORE_FEATURE_REGISTRY_MQLS_FEATURE_REGISTRY_H_