mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision bc084a8b (#530369)
This commit is contained in:
@@ -37,8 +37,7 @@ class CertPolicy {
|
||||
|
||||
private:
|
||||
// The set of fingerprints of allowed certificates.
|
||||
std::map<net::SHA256HashValue, net::CertStatus, net::SHA256HashValueLessThan>
|
||||
allowed_;
|
||||
std::map<net::SHA256HashValue, net::CertStatus> allowed_;
|
||||
};
|
||||
|
||||
} // namespace internal
|
||||
|
Reference in New Issue
Block a user