ct_features.cc 535 B

1234567891011121314151617
  1. // Copyright 2021 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #include "components/certificate_transparency/ct_features.h"
  5. #include "build/build_config.h"
  6. namespace certificate_transparency {
  7. namespace features {
  8. const base::Feature kCertificateTransparencyComponentUpdater{
  9. "CertificateTransparencyComponentUpdater",
  10. base::FEATURE_ENABLED_BY_DEFAULT};
  11. } // namespace features
  12. } // namespace certificate_transparency