// Copyright 2017 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. #ifndef COMPONENTS_CERTIFICATE_TRANSPARENCY_FEATURES_H_ #define COMPONENTS_CERTIFICATE_TRANSPARENCY_FEATURES_H_ #include "base/feature_list.h" namespace certificate_transparency { extern const base::Feature kCTLogAuditing; } // namespace certificate_transparency #endif // COMPONENTS_CERTIFICATE_TRANSPARENCY_FEATURES_H_