| Index: third_party/WebKit/Source/platform/network/ResourceResponse.h
|
| diff --git a/third_party/WebKit/Source/platform/network/ResourceResponse.h b/third_party/WebKit/Source/platform/network/ResourceResponse.h
|
| index a87900aeeabcc869eda75c8baf9a91a697ac0850..f5fb8bf33c11b6d0dc8d3c4e283776f477a286e4 100644
|
| --- a/third_party/WebKit/Source/platform/network/ResourceResponse.h
|
| +++ b/third_party/WebKit/Source/platform/network/ResourceResponse.h
|
| @@ -61,7 +61,7 @@ public:
|
| SecurityStyleAuthenticated
|
| };
|
|
|
| - class SignedCertificateTimestamp {
|
| + class PLATFORM_EXPORT SignedCertificateTimestamp final {
|
| public:
|
| SignedCertificateTimestamp(
|
| String status,
|
| @@ -84,6 +84,8 @@ public:
|
| }
|
| explicit SignedCertificateTimestamp(
|
| const struct blink::WebURLResponse::SignedCertificateTimestamp&);
|
| + SignedCertificateTimestamp isolatedCopy() const;
|
| +
|
| String m_status;
|
| String m_origin;
|
| String m_logDescription;
|
|
|