docs: Update the certificate APIs

This commit is contained in:
Cheng Zhao 2015-11-18 11:35:26 +08:00
parent c5bfac1969
commit 9ca022c98a
4 changed files with 84 additions and 26 deletions

View file

@ -252,7 +252,7 @@ void App::AllowCertificateError(
bool prevent_default = Emit("certificate-error",
WebContents::CreateFrom(isolate(), web_contents),
request_url,
cert_error,
net::ErrorToString(cert_error),
ssl_info.cert,
callback);