mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add callback for custom certificate selection (issue #1824)
This commit is contained in:
@ -185,4 +185,6 @@ 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