blob: ac6f7716d99dcb0afd8cd4d452f479a7be3ea016 [file] [log] [blame]
// 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 "components/attribution_reporting/features.h"
#include "base/feature_list.h"
namespace attribution_reporting {
BASE_FEATURE(kAttributionReportingNullAggregatableReports,
"AttributionReportingNullAggregatableReports",
base::FEATURE_ENABLED_BY_DEFAULT);
} // namespace attribution_reporting