Don't pass the result through
It's meaningless on macOS, at least.
This commit is contained in:
parent
0cab8a3322
commit
146e1ed3ce
3 changed files with 6 additions and 9 deletions
|
@ -17,7 +17,7 @@ class NativeWindow;
|
|||
|
||||
namespace certificate_trust {
|
||||
|
||||
typedef base::Callback<void(bool result)> ShowTrustCallback;
|
||||
typedef base::Callback<void(void)> ShowTrustCallback;
|
||||
|
||||
void ShowCertificateTrust(atom::NativeWindow* parent_window,
|
||||
const scoped_refptr<net::X509Certificate>& cert,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue