blob: 2b5a03101d5f5c8753eb6d10df0cb90c14b5dbea [file]
// Copyright 2025 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_METRICS_PRIVATE_METRICS_PRIVATE_METRICS_FEATURES_H_
#define COMPONENTS_METRICS_PRIVATE_METRICS_PRIVATE_METRICS_FEATURES_H_
#include "base/component_export.h"
#include "base/feature_list.h"
namespace metrics::private_metrics {
// Enables Private Metrics reporting. This flag enables the flow for reporting
// `PrivateMetricReport` protocol buffer as described in
// go/chrome-trusted-private-metrics and go/etld-plus-one-metrics.
BASE_DECLARE_FEATURE(kPrivateMetricsFeature);
} // namespace metrics::private_metrics
#endif // COMPONENTS_METRICS_PRIVATE_METRICS_PRIVATE_METRICS_FEATURES_H_