blob: db9c7d2fe5f77953d6ae8561d9511df7388e9c28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// Copyright 2021 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/certificate_transparency/ct_features.h"
#include "build/build_config.h"
namespace certificate_transparency {
namespace features {
BASE_FEATURE(kCertificateTransparencyComponentUpdater,
"CertificateTransparencyComponentUpdater",
base::FEATURE_ENABLED_BY_DEFAULT);
} // namespace features
} // namespace certificate_transparency
|