mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Fix translator error with X509CertificateList (issue #1824)
This commit is contained in:
@@ -185,6 +185,4 @@ class CefX509Certificate : public virtual CefBase {
|
||||
virtual void GetPEMEncodedIssuerChain(IssuerChainBinaryList& chain) =0;
|
||||
};
|
||||
|
||||
typedef std::vector<CefRefPtr<CefX509Certificate> > CefX509CertificateList;
|
||||
|
||||
#endif // CEF_INCLUDE_CEF_X509_CERTIFICATE_H_
|
||||
|
Reference in New Issue
Block a user