summaryrefslogtreecommitdiff
path: root/chromium/components/metrics/metrics_features.cc
blob: d6a9a617e3d619c36ba4217fe2ceff5254986c11 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2022 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/metrics/metrics_features.h"

namespace metrics::features {
BASE_FEATURE(kConsolidateMetricsServiceInitialLogLogic,
             "ConsolidateMetricsServiceInitialLogLogic",
             base::FEATURE_DISABLED_BY_DEFAULT);
}  // namespace metrics::features