| Index: net/cert/ct_known_logs_data.h
|
| diff --git a/net/cert/ct_known_logs_data.h b/net/cert/ct_known_logs_data.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1419ad224683da6ab9949098673e6bb8714566f5
|
| --- /dev/null
|
| +++ b/net/cert/ct_known_logs_data.h
|
| @@ -0,0 +1,26 @@
|
| +// Copyright 2013 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 NET_CERT_CT_KNOWN_LOGS_DATA_H_
|
| +#define NET_CERT_CT_KNOWN_LOGS_DATA_H_
|
| +
|
| +#include "base/basictypes.h"
|
| +
|
| +namespace net {
|
| +
|
| +namespace ct {
|
| +
|
| +extern const char kGooglePilotLogKey[];
|
| +extern const size_t kGooglePilotLogKeyLength;
|
| +extern const char kGooglePilotLogName[];
|
| +
|
| +extern const char kGoogleTestLogKey[];
|
| +extern const size_t kGoogleTestLogKeyLength;
|
| +extern const char kGoogleTestLogName[];
|
| +
|
| +} // namespace ct
|
| +
|
| +} // namespace net
|
| +
|
| +#endif // NET_CERT_CT_KNOWN_LOGS_DATA_H_
|
|
|