and use the same signature for Windows
This commit is contained in:
parent
4f40b8a42c
commit
dca08c208b
2 changed files with 7 additions and 1 deletions
|
@ -8,5 +8,11 @@
|
|||
|
||||
namespace certificate_trust {
|
||||
|
||||
void ShowCertificateTrust(atom::NativeWindow* parent_window,
|
||||
const scoped_refptr<net::X509Certificate>& cert,
|
||||
const std::string& message,
|
||||
const ShowTrustCallback& callback) {
|
||||
|
||||
}
|
||||
|
||||
} // namespace certificate_trust
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue