| Index: third_party/WebKit/Source/modules/mediastream/RTCCertificate.h
|
| diff --git a/third_party/WebKit/Source/modules/mediastream/RTCCertificate.h b/third_party/WebKit/Source/modules/mediastream/RTCCertificate.h
|
| index 2cfd63a473890d66fdd292e4f7fd706bec5e4c54..2c88b05078ae0e029fea0faa9b205f19a54307d1 100644
|
| --- a/third_party/WebKit/Source/modules/mediastream/RTCCertificate.h
|
| +++ b/third_party/WebKit/Source/modules/mediastream/RTCCertificate.h
|
| @@ -55,6 +55,10 @@ public:
|
| // Returns the expiration time in ms relative to epoch, 1970-01-01T00:00:00Z.
|
| DOMTimeStamp expires() const;
|
|
|
| + // Checks if the two certificate objects represent the same certificate value,
|
| + // as should be the case for a clone and the original.
|
| + bool equals(RTCCertificate*) const;
|
| +
|
| private:
|
| OwnPtr<WebRTCCertificate> m_certificate;
|
| };
|
|
|