blob: 835cdab9d1af7e342cf32f74c1c8310018944e35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// 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_
|