app: optionally pass cert with select-client-certificate event

This commit is contained in:
deepak1556 2016-12-02 23:03:46 +05:30
parent f1f73eff04
commit 18c0cfa6f5

View file

@ -380,7 +380,7 @@ void OnClientCertificateSelected(
mate::Arguments* args) {
mate::Dictionary cert_data;
if (!args->GetNext(&cert_data)) {
args->ThrowError();
delegate->ContinueWithCertificate(nullptr);
return;
}