blob: 835cdab9d1af7e342cf32f74c1c8310018944e35 [file] [log] [blame]
// 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_