Commit bc54e230 authored by eranm@google.com's avatar eranm@google.com

Certificate Transparency: Export a missing symbol.

The SignedCertificateTimestampAndStatus should be available for the
SCT viewer UI.

BUG=309578

Review URL: https://codereview.chromium.org/99553007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243281 0039d316-1c4b-4281-b951-d872f2087c98
parent e5548fce
......@@ -8,15 +8,13 @@
#include <vector>
#include "base/memory/ref_counted.h"
#include "net/base/net_export.h"
#include "net/cert/sct_status_flags.h"
#include "net/cert/signed_certificate_timestamp.h"
namespace net {
namespace ct {
struct SignedCertificateTimestamp;
}
struct SignedCertificateTimestampAndStatus {
struct NET_EXPORT SignedCertificateTimestampAndStatus {
SignedCertificateTimestampAndStatus(
const scoped_refptr<ct::SignedCertificateTimestamp>& sct,
ct::SCTVerifyStatus status);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment