blob: 16f8de460c3e51c13efebc2924decb72d46d5cc7 [file] [log] [blame]
// Copyright 2021 The Chromium Authors. All rights reserved.
// 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"
namespace certificate_transparency {
namespace features {
const base::Feature kCertificateTransparencyComponentUpdater{
"CertificateTransparencyComponentUpdater",
base::FEATURE_DISABLED_BY_DEFAULT};
} // namespace features
} // namespace certificate_transparency